Difference between revisions of "MediaWiki:Print.css"
From Max-EuP 2012
Line 8: | Line 8: | ||
} | } | ||
.printfooter | .printfooter { | ||
font-size: 0.8em; | font-size: 0.8em; | ||
} | } |
Revision as of 12:13, 1 October 2021
/* CSS placed here will affect the print output */ p { hyphens: auto; text-align: justify; widows: 2; orphans: 2; } .printfooter { font-size: 0.8em; } .plainlinks { position: absolute; right: 0; }