Difference between revisions of "MediaWiki:Group-sysop.css"

From HSYCO
Jump to navigation Jump to search
Line 3: Line 3:
 
/* show discussion and history tabs for admin users */
 
/* show discussion and history tabs for admin users */
 
#ca-history { display:block!important; }
 
#ca-history { display:block!important; }
#ca-talk { display:none!important; }
+
#ca-talk { display:block!important; }

Revision as of 09:19, 20 February 2014

/* CSS placed here will affect sysops only */

/* show discussion and history tabs for admin users */
#ca-history { display:block!important; }
#ca-talk { display:block!important; }