Difference between revisions of "MediaWiki:Print.css"
From Max-EuP 2012
Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
h2 { | |||
page-break-after: avoid; | |||
} | } | ||
Revision as of 11:50, 1 October 2021
/* CSS placed here will affect the print output */ h2 { page-break-after: avoid; } p { hyphens: auto; text-align: justify; } .plainlinks { position: absolute; right: 0; }