diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | print.scss | 11 |
2 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# we use scss +*.css + msg/* conf.php @@ -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; |