Difference between revisions of "MediaWiki:Common.css"
| Line 11: | Line 11: | ||
/* Hide [Discussion] tab */ | /* Hide [Discussion] tab */ | ||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
| + | |||
| + | /* Hide [move] tab */ | ||
| + | #ca-move { display: none !important; } | ||
Latest revision as of 17:07, 8 May 2014
/* CSS placed here will be applied to all skins *
/* Hide [Watch] tab */
#ca-watch { display: none !important; }
/* Hide [History] tab */
#ca-history { display: none !important; }
/* Hide [View Source] tab */
#ca-viewsource { display: none !important; }
/* Hide [Discussion] tab */
#ca-talk { display: none !important; }
/* Hide [move] tab */
#ca-move { display: none !important; }