MediaWiki:Common.css
From Layton Support
(Difference between revisions)
| Line 5: | Line 5: | ||
width: auto; | width: auto; | ||
} | } | ||
| − | <?php global $wgUser; | + | <?php global $wgUser; } ?> |
| − | + | <style type="text/css"> | |
| − | + | #ca-history { display: none !important; } | |
| − | + | </style> | |
| − | + | <?php } ?> | |
Revision as of 19:33, 2 July 2010
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: left; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: 800; /* are styled here so they can be customised. */
text-align: right;
width: auto;
}
<?php global $wgUser; } ?>
<style type="text/css">
#ca-history { display: none !important; }
</style>
<?php } ?>