Index: openacs-4/packages/xowf/www/resources/test-item.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/resources/test-item.css,v diff -u -r1.1.2.9 -r1.1.2.10 --- openacs-4/packages/xowf/www/resources/test-item.css 13 Dec 2019 17:56:28 -0000 1.1.2.9 +++ openacs-4/packages/xowf/www/resources/test-item.css 29 Jan 2020 09:55:47 -0000 1.1.2.10 @@ -16,6 +16,25 @@ color: black; } +@media print{ + div { + font-size: 11px; + } + div.single_exam { + page-break-after: always; + } + div.single_exam h2 { + font-size: 12px; + } + div.single_exam h3 { + font-size: 12px; + } + div.single_exam div.form-label { + display: none; + } + +} + /* * Exam preview */