MediaWiki:Print.css: Difference between revisions

From Encyclopedia of Des Plaines
Created page with "CSS placed here will affect the print output: .NoPrint { display: none; }"
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
.NoPrint { display: none; }
.NoPrint { display: none !important; }

Latest revision as of 11:36, 25 July 2025

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