Difference between revisions of "MediaWiki:Print.css"

From Open Tech Dental Wiki 4.0
Jump to: navigation, search
(Created page with "CSS placed here will affect the print output: .printFooter { display: none; }")
(No difference)

Revision as of 14:55, 25 February 2016

/* CSS placed here will affect the print output */
.printFooter {
    display: none;
}