Changes

MediaWiki:Common.css

1 byte added, 10:01, 7 August 2012
/* CSS placed here will be applied to all skins */
<!--#ca-history { display:none!important; }-->
<!-- No [view sourcehistory] tab for anonymous users -->
<?php global $wgUser; if( $wgUser->isAnon() ) { ?>
<style type="text/css">
#ca-viewsource history { display: none !important; }
</style>
<?php } ?>