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