MediaWiki:Print.css: Difference between revisions

From Gulf States Flood Help
Created page with "→‎CSS placed here will affect the print output: .sol-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 */


.sol-noprint { display:none; }
.sol-noprint { display:none !important;}

Latest revision as of 13:53, 14 February 2025

/* CSS placed here will affect the print output */

.sol-noprint { display:none !important;}