Difference between revisions of "MediaWiki:Print.css"

From The VG Resource Wiki
Jump to: navigation, search
Line 7: Line 7:
 
#content {
 
#content {
 
margin-top: 0px !important;  
 
margin-top: 0px !important;  
 +
}
 +
 +
#footer {
 +
display: none;
 
}
 
}

Revision as of 00:59, 1 August 2014

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

#sitebar{
display: none;
}

#content {
margin-top: 0px !important; 
}

#footer {
display: none;
}