MediaWiki:Print.css: Difference between revisions

(Created page with "→‎CSS placed here will affect the print output: #navigation,#page-footer,#staff-links,iframe { display: none; }")
 
No edit summary
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,#page-header {
   display: none;
   display: none;
}
}

Revision as of 02:55, 2 November 2015

/* CSS placed here will affect the print output */
#navigation,#page-footer,#staff-links,iframe,.toc,#page-header {
  display: none;
}