MediaWiki:Common.css: Difference between revisions
(Created page with "→CSS placed here will be applied to all skins: $wgHooks['SkinTemplateSetupPageCss'][] = 'wfHideVariousTabsFromAnonymous'; function wfHideVariousTabsFromAnonymous( &$hidet...") |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body.Main_Page li#ca-talk { display:none!important; } | |||
} |
Revision as of 16:03, 16 February 2018
/* CSS placed here will be applied to all skins */ body.Main_Page li#ca-talk { display:none!important; }