MediaWiki:Print.css: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>Dazz
No edit summary
imported>Dazz
No edit summary
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; 
}