Difference between revisions of "MediaWiki:Common.css"
From Persona MUSH Wiki
Line 5: | Line 5: | ||
table.dpl3columns td { | table.dpl3columns td { | ||
width:33%; | width:33%; | ||
+ | } | ||
+ | |||
+ | .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | ||
+ | float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ | ||
+ | font-weight: normal; /* are styled here so they can be customised. */ | ||
+ | text-align: right; | ||
+ | width: auto; | ||
} | } |
Revision as of 17:59, 29 September 2010
table.dpl3columns { width:100%; } table.dpl3columns td { width:33%; } .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ font-weight: normal; /* are styled here so they can be customised. */ text-align: right; width: auto; }