MediaWiki:Print.css: Difference between revisions
From OER in Education
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
body { | body { | ||
font-family: Ubuntu; | font-family: Ubuntu; | ||
background: white; | |||
} | } | ||
Revision as of 21:30, 22 November 2013
/* CSS placed here will affect the print output */
body {
font-family: Ubuntu;
background: white;
}
#contentSub {
display: none;
}
#siteSub {
display: none;
}
td
{
padding: 3px !important;
text-align:left;
vertical-align:top;
}