Difference between revisions of "MediaWiki:Print.css"
From LMU BioDB 2013
(Tweaks for better printing.) |
(More tweaks.) |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
body { | body { | ||
− | margin-left: | + | font-size: 10px; |
− | margin-right: | + | margin-left: 3em; |
+ | margin-right: 3em; | ||
} | } | ||
Revision as of 05:30, 27 August 2013
/* CSS placed here will affect the print output */ body { font-size: 10px; margin-left: 3em; margin-right: 3em; } #content a.external.text:after, #content a.external.autonumber:after { content: none; }