MediaWiki:Common.css

From flowpedia.com
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* 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 } ?>