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