MediaWiki:Print.css: Difference between revisions

No edit summary
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,.toc,#page-header {
#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;
}