Difference between revisions of "MediaWiki:Common.css"

From
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins *
 
/* 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; }

Revision as of 17:00, 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; }