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