Difference between revisions of "MediaWiki:Common.css"

From flowpedia.com
Jump to: navigation, search
(Blanked the page)
 
Line 1: Line 1:
<!-- No [history] tab for users who can not edit -->
+
 
<?php global $wgUser; if( !$wgUser->isAllowed('edit') ) { ?>
 
      <style type="text/css">
 
        #ca-history { display: none !important; }
 
      </style>
 
    <?php } ?>
 

Latest revision as of 11:43, 15 August 2017