(Created page with "→CSS placed here will affect the print output: #firstHeading, #siteSub { display: none !important; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
− | #firstHeading, #siteSub | + | #firstHeading, #siteSub, #printfooter, #catlinks, #footer |
{ | { | ||
display: none !important; | display: none !important; | ||
} | } |
Revision as of 02:20, 22 January 2015
/* CSS placed here will affect the print output */ #firstHeading, #siteSub, #printfooter, #catlinks, #footer { display: none !important; }