MediaWiki:Print.css

From Open Tech Dental Wiki 4.0
Revision as of 14:55, 25 February 2016 by Admin (talk | contribs) (Created page with "CSS placed here will affect the print output: .printFooter { display: none; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* CSS placed here will affect the print output */
.printFooter {
    display: none;
}