MediaWiki:Print.css: Difference between revisions
Jump to navigation
Jump to search
imported>Dazz No edit summary |
imported>Dazz No edit summary |
||
| 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;
}