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 difference)

Revision as of 02:53, 2 November 2015

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