Difference between revisions of "MediaWiki:Print.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect the print output: #catlinks { display: none; } #printfooter { display: none; } #footer { display: none; }") |
m |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
+ | html, body, content { margin-top: 0; } | ||
#catlinks { display: none; } | #catlinks { display: none; } | ||
#printfooter { display: none; } | #printfooter { display: none; } | ||
#footer { display: none; } | #footer { display: none; } |
Revision as of 19:10, 25 May 2017
/* CSS placed here will affect the print output */ html, body, content { margin-top: 0; } #catlinks { display: none; } #printfooter { display: none; } #footer { display: none; }