MediaWiki:Print.css: Difference between revisions
J.williams (talk | contribs) Created page with "→CSS placed here will affect the print output: #navigation,#page-footer,#staff-links,iframe { display: none; }" |
J.williams (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
#navigation,#page-footer,#staff-links,iframe { | #navigation,#page-footer,#staff-links,iframe,.toc,#toc,#page-header { | ||
display: none; | display: none; | ||
} | } |
Latest revision as of 02:56, 2 November 2015
/* CSS placed here will affect the print output */ #navigation,#page-footer,#staff-links,iframe,.toc,#toc,#page-header { display: none; }