Difference between revisions of "MediaWiki:Common.css"

From BroaDWcast
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: <?php if(!$this->data['loggedin']) { ?> <style> li#ca-history { display: none; } </style> <?php } ?>")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
<?php if(!$this->data['loggedin']) { ?>
 
      <style>
 
        li#ca-history { display: none; }
 
      </style>
 
<?php } ?>
 

Revision as of 23:37, 9 December 2010

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