Jump to content

MediaWiki:Print.css: Difference between revisions

From WikiPETia.info
Remove page breaks
Lower bottom margin
Line 5: Line 5:
.wikitable, .thumb, img { page-break-inside: auto; }
.wikitable, .thumb, img { page-break-inside: auto; }


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

Revision as of 13:51, 11 April 2016

/* CSS placed here will affect the print output */

p, li { font-size: 10pt; }

.wikitable, .thumb, img { page-break-inside: auto; }

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