Difference between revisions of "MediaWiki:Print.css"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
− | html, body, #content, #bodyContent { margin-top: 0; } | + | html, body, #content, #bodyContent, #firstHeading, .ritual h2 { margin-top: 0; } |
#catlinks { display: none; } | #catlinks { display: none; } | ||
.printfooter { display: none; } | .printfooter { display: none; } | ||
#footer { display: none; } | #footer { display: none; } |
Revision as of 20:16, 25 May 2017
/* CSS placed here will affect the print output */ html, body, #content, #bodyContent, #firstHeading, .ritual h2 { margin-top: 0; } #catlinks { display: none; } .printfooter { display: none; } #footer { display: none; }