Jump to content

MediaWiki:Common.css: Difference between revisions

From CMM Wiki
Created page with "CSS placed here will be applied to all skins: #ca-viewsource { display: none !important; }"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#ca-viewsource { display: none !important; }
#ca-viewsource { display: none !important; }
#ca-talk { display: none !important; }
#ca-history { display: none !important;}
#ca-nstab-main { display:none!important; }

Latest revision as of 09:22, 1 September 2025

/* CSS placed here will be applied to all skins */
#ca-viewsource { display: none !important; }
#ca-talk { display: none !important; }
#ca-history { display: none !important;}
#ca-nstab-main { display:none!important; }