MediaWiki:Common.css
Revision as of 10:29, 15 August 2017 by Joceil.infante (talk | contribs) (Created page with "→CSS placed here will be applied to all skins:   <!-- No [history] tab for anonymous users --> <?php global $wgUser; if( $wgUser->isAnon() ) { ?>       <style type="text/cs...")
/* CSS placed here will be applied to all skins */
<!-- No [history] tab for anonymous users -->
<?php global $wgUser; if( $wgUser->isAnon() ) { ?>
      <style type="text/css">
        #ca-history { display:none!important; }
      </style>
    <?php } ?>
