MediaWiki:Common.css: Difference between revisions
(Created page with "→CSS placed here will be applied to all skins: #ca-talk { display: none !important; }") |
m (Removed protection from "MediaWiki:Common.css") |
||
(6 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-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
#ca-history { display: none !important;} | |||
#ca-watch { display: none !important; } | |||
#ca-unwatch { display: none !important; } |
Latest revision as of 12:06, 6 May 2024
/* CSS placed here will be applied to all skins */ #ca-talk { display: none !important; } #ca-history { display: none !important;} #ca-watch { display: none !important; } #ca-unwatch { display: none !important; }