Difference between revisions of "MediaWiki:Print.css"
Line 3: | Line 3: | ||
#sitebar{ | #sitebar{ | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | margin-top: 0px !important; | ||
} | } |
Revision as of 00:58, 1 August 2014
/* CSS placed here will affect the print output */
#sitebar{
display: none;
}
#content {
margin-top: 0px !important;
}