Difference between revisions of "MediaWiki:Print.css"
Line 6: | Line 6: | ||
#content { | #content { | ||
− | margin | + | margin: 20px !important; |
} | } | ||
Revision as of 01:05, 1 August 2014
/* CSS placed here will affect the print output */
#sitebar{
display: none;
}
#content {
margin: 20px !important;
}
#footer {
display: none;
}