Difference between revisions of "MediaWiki:Print.css"
From Max-EuP 2012
Line 2: | Line 2: | ||
#bodyContentOuter { | #bodyContentOuter { | ||
orphans: | orphans: 3; | ||
widows: | widows: 3; | ||
} | } | ||
Revision as of 11:45, 1 October 2021
/* CSS placed here will affect the print output */ #bodyContentOuter { orphans: 3; widows: 3; } p { hyphens: auto; text-align: justify; } .plainlinks { position: absolute; right: 0; }