MediaWiki:Print.css: Difference between revisions
From Encyclopedia of Des Plaines
John Lavalie (talk | contribs) Created page with "→CSS placed here will affect the print output: .NoPrint { display: none; }" |
John Lavalie (talk | contribs) 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; }
