Difference between revisions of "MediaWiki:Common.css"
From referenceTSS
(Created page with "→CSS placed here will be applied to all skins: body.page-Main_Page li#ca-talk { display: none !important; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body.page-Main_Page li#ca-talk { display: none !important; } | body.page-Main_Page li#ca-talk { display: none !important; } | ||
+ | body.page-Main_Page li#ca-history { display: none !important; } | ||
+ | body.page-Main_Page li#ca-viewsource { display: none !important; } |
Revision as of 17:12, 13 November 2017
/* CSS placed here will be applied to all skins */
body.page-Main_Page li#ca-talk { display: none !important; }
body.page-Main_Page li#ca-history { display: none !important; }
body.page-Main_Page li#ca-viewsource { display: none !important; }