Actions

MediaWiki

Common.css

From Montana Tech High Performance Computing

Revision as of 20:30, 25 August 2017 by Bdeng (talk | contribs)
/* CSS placed here will be applied to all skins */



#ca-talk { display:none!important; }	
global $wgUser;


if ( !$wgUser->isAllowed( 'edit' ) ) {
        #ca-viewsource { display:none !important; };
}