Index: openacs-4/packages/xowf/www/resources/test-item.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/resources/Attic/test-item.css,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/xowf/www/resources/test-item.css 27 Oct 2019 18:04:20 -0000 1.1.2.1 +++ openacs-4/packages/xowf/www/resources/test-item.css 27 Oct 2019 23:35:51 -0000 1.1.2.2 @@ -17,6 +17,21 @@ } /* + * Exam preview + */ +div.exam-preview { + background: #fafafa; + padding: 10px; + margin:10px; + background-size: 40px 40px; + background-image: linear-gradient(to right, #eee 1px, transparent 1px), linear-gradient(to bottom, #eee 1px, transparent 1px); +} +div.exam-preview div.question_text { + background-color: inherit; +} + + +/* * item-styling */ div.question_text {