Difference between revisions of "MediaWiki:Print.css"
(Created page with "→CSS placed here will affect the print output: .printFooter { display: none; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
− | . | + | .printfooter { |
display: none; | display: none; | ||
} | } |
Latest revision as of 14:56, 25 February 2016
/* CSS placed here will affect the print output */ .printfooter { display: none; }