MediaWiki:Print.css: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>Dazz
(Created page with "→‎CSS placed here will affect the print output: .sitebar{ display: hidden; }")
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 */


.sitebar{
#sitebar{
display: hidden;
display: hidden;
}
}

Revision as of 00:55, 1 August 2014

/* CSS placed here will affect the print output */

#sitebar{
display: hidden;
}