MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: #ca-talk { display:none!important; } #ca-history { display:none!important; }" |
No edit summary |
||
| Line 2: | Line 2: | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
/* remove Toolbox */ | |||
#p-tb { display:none !important; } | |||
Revision as of 21:31, 31 July 2017
/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
/* remove Toolbox */
#p-tb { display:none !important; }