Difference between revisions of "MediaWiki:Print.css"

From WikiPETia.info

(Adjust font size)
 
(Remove page breaks)
Line 2: Line 2:
  
 
p, li { font-size: 10pt; }
 
p, li { font-size: 10pt; }
 +
 +
.wikitable, .thumb, img { page-break-inside: auto; }
 +
 +
h2, h3, h4, h5, h6 { page-break-after: auto; }

Revision as of 13:41, 11 April 2016

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

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

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

h2, h3, h4, h5, h6 { page-break-after: auto; }