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; }")
 
 
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
.printFooter {
+
.printfooter {
 
     display: none;
 
     display: none;
 
}
 
}

Latest revision as of 14:56, 25 February 2016

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