Difference between revisions of "MediaWiki:Print.css"

From The VG Resource Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
#sitebar{
 
#sitebar{
display: hidden;
+
display: none;
 
}
 
}

Revision as of 00:57, 1 August 2014

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

#sitebar{
display: none;
}