Difference between revisions of "MediaWiki:Print.css"
(Created page with "→CSS placed here will affect the print output: #footer {display: none;} #toc {display: none;} #siteSub {display: none;} #contentSub {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;} |
#toc {display: none;} | #toc {display: none;} | ||
#siteSub {display: none;} | #siteSub {display: none;} | ||
#contentSub {display: none;} | #contentSub {display: none;} | ||
Revision as of 13:51, 1 July 2014
/* CSS placed here will affect the print output */
#printfooter {display: none;}
#toc {display: none;}
#siteSub {display: none;}
#contentSub {display: none;}