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