MediaWiki:Common.css
From Layton Support
(Difference between revisions)
(Created page with '.collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: right; - →CollapsibleTables JavaScript in MediaWiki:Common.js: font-weight: norma…') |
|||
Line 1: | Line 1: | ||
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | ||
− | float: | + | float: left; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ |
font-weight: normal; /* are styled here so they can be customised. */ | font-weight: normal; /* are styled here so they can be customised. */ | ||
text-align: right; | text-align: right; | ||
width: auto; | width: auto; | ||
} | } |
Revision as of 16:15, 28 June 2010
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: left; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ font-weight: normal; /* are styled here so they can be customised. */ text-align: right; width: auto; }