MediaWiki:Print.css: Difference between revisions
From OER in Education
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
body { | body { | ||
font-family: | font-family: Ubuntu; | ||
background: white; | background: white; | ||
} | } |
Revision as of 22:28, 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: 10px !important;
text-align:left;
vertical-align:top;
}