MediaWiki:Common.css
From Layton Support
(Difference between revisions)
| Line 6: | Line 6: | ||
} | } | ||
<?php global $wgUser; } ?> | <?php global $wgUser; } ?> | ||
| − | |||
#ca-history { display: none !important; } | #ca-history { display: none !important; } | ||
| − | |||
<?php } ?> | <?php } ?> | ||
Revision as of 19:37, 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; } ?>
#ca-history { display: none !important; }
<?php } ?>