Difference between revisions of "MediaWiki:Common.css"

From The Antarian Rangers
Jump to: navigation, search
(Created page with "/* CSS placed here will be applied to all skins */ The following lines surpress the talk, history, viewsource tabs: #ca-talk { display:none!important; } #ca-history { display...")
 
(No difference)

Latest revision as of 01:42, 13 January 2012

/* CSS placed here will be applied to all skins */
 
/*The following lines surpress the talk, history, viewsource tabs*/
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }