MediaWiki:Common.css
From Layton Support
(Difference between revisions)
| Line 1: | Line 1: | ||
| + | <head> | ||
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | ||
float: left; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ | float: left; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ | ||
| Line 8: | Line 9: | ||
#ca-history { display: none !important; } | #ca-history { display: none !important; } | ||
<?php } ?> | <?php } ?> | ||
| + | </head> | ||
Revision as of 19:46, 2 July 2010
<head>
.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 } ?>
</head>