MediaWiki:Print.css: Difference between revisions
Appearance
Lower bottom margin |
No edit summary |
||
Line 5: | Line 5: | ||
.wikitable, .thumb, img { page-break-inside: auto; } | .wikitable, .thumb, img { page-break-inside: auto; } | ||
h1, h2, h3, h4, h5, h6 { page-break-after: auto; margin-bottom: 0em; } | h1#firstHeading, h1, h2, h3, h4, h5, h6 { page-break-after: auto; margin-bottom: 0em; } |
Revision as of 13:55, 11 April 2016
/* CSS placed here will affect the print output */ p, li { font-size: 10pt; } .wikitable, .thumb, img { page-break-inside: auto; } h1#firstHeading, h1, h2, h3, h4, h5, h6 { page-break-after: auto; margin-bottom: 0em; }