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