Jump to content

MediaWiki:Print.css: Difference between revisions

No edit summary
Fix table font size
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */


p, li { font-size: 10pt; }
p, li, td, .printfooter, #footer { font-size: 10pt; }


.wikitable, .thumb, img { page-break-inside: auto; }
* { page-break-inside: avoid; page-break-after: avoid; page-break-before: avoid; }


h1#firstHeading, h1, h2, h3, h4, h5, h6 { page-break-after: auto; margin-bottom: 0em; }
.toc, h1#firstHeading, h1, h2, h3, h4, h5, h6 { margin-bottom: 0; margin-top: 0; }