Difference between revisions of "MediaWiki:Print.css"

From The VG Resource Wiki
Jump to: navigation, search
(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{
+
#sitebar{
 
display: hidden;
 
display: hidden;
 
}
 
}

Revision as of 00:55, 1 August 2014

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

#sitebar{
display: hidden;
}