Changes

From Fellrnr.com, Running tips
Jump to: navigation, search

MediaWiki:Common.css

294 bytes added, 20:47, 22 April 2014
Created page with "CSS placed here will be applied to all skins: #ca-watch { display: none !important; } #ca-talk { display: none !important; } <?php global $wgUser; if( $wgUser->isAnon() )..."
/* CSS placed here will be applied to all skins */
#ca-watch { display: none !important; }
#ca-talk { display: none !important; }
<?php global $wgUser; if( $wgUser->isAnon() ) { ?>
<style type="text/css">
#ca-viewsource { display: none !important; }
</style>
<?php } ?>

Navigation menu