Difference between revisions of "MediaWiki:Print.css"

From The VG Resource Wiki
Jump to: navigation, search
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; 
}