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 */ | ||
p { | p { | ||
hyphens: auto; | hyphens: auto; | ||
text-align: justify; | text-align: justify; | ||
widows: 2; | |||
orphans: 2; | |||
} | } | ||
Revision as of 11:59, 1 October 2021
/* CSS placed here will affect the print output */ p { hyphens: auto; text-align: justify; widows: 2; orphans: 2; } .plainlinks { position: absolute; right: 0; }