MediaWiki:Print.css: Difference between revisions
From OER in Education
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
#contentSub { | #contentSub { | ||
display: none; | |||
} | |||
#siteSub { | |||
display: none; | display: none; | ||
} | } |
Revision as of 21:21, 22 November 2013
/* CSS placed here will affect the print output */
body {
font-family: Ubuntu;
}
#contentSub {
display: none;
}
#siteSub {
display: none;
}