Difference between revisions of "MediaWiki:Common.css"

From TRWV Documentation Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
#ca-talk { display: none; }
 
#ca-talk { display: none; }
 
<!-- No [view source] tab for users who can not edit -->
 
<?php global $wgUser; if( !$wgUser->isAllowed('edit') ) { ?>
 
      <style type="text/css">
 
        #ca-viewsource { display: none !important; }
 
      </style>
 
    <?php } ?>
 

Revision as of 13:51, 23 February 2012

/* CSS placed here will be applied to all skins */

#ca-talk { display: none; }