Difference between revisions of "MediaWiki:Print.css"
(Created page with "→CSS placed here will affect the print output: .sitebar{ display: hidden; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
− | + | #sitebar{ | |
display: hidden; | display: hidden; | ||
} | } |
Revision as of 00:55, 1 August 2014
/* CSS placed here will affect the print output */
#sitebar{
display: hidden;
}