diff options
Diffstat (limited to 'print.scss')
-rw-r--r-- | print.scss | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,7 +1,18 @@ +body { + font-size: 12pt; +} + div.infobar { display: none; } +h1 { + page-break-before: always; +} +.main_sub h1:first-child { + page-break-before: avoid; +} + fieldset { page-break-inside: auto; border: solid black; |