MediaWiki:Print.css: Difference between revisions
Jump to navigation
Jump to search
imported>Dazz No edit summary |
imported>Dazz No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
body{ | |||
background-color: #fff; | |||
} | |||
#sitebar{ | #sitebar{ | ||
Revision as of 01:05, 1 August 2014
/* CSS placed here will affect the print output */
body{
background-color: #fff;
}
#sitebar{
display: none;
}
#content {
margin: 20px !important;
}
#footer {
display: none;
}