diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-10-05 00:17:16 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-10-05 00:17:16 -0400 |
commit | f618eae020122914c1c349ece78cb755576b4105 (patch) | |
tree | e3d9a9aed2012c4480c7c902350f6096f1448019 | |
parent | f15e53890dc93bfbf710e07a510208ea39774d0a (diff) |
Improve printed formatting.
-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; |