Difference between revisions of "MediaWiki:Common.css"
From Persona MUSH Wiki
m |
|||
Line 6: | Line 6: | ||
width:33%; | width:33%; | ||
} | } | ||
+ | |||
+ | table.abils td:nth-child(1) { | ||
+ | width: 20px; | ||
+ | } | ||
+ | |||
+ | table.abils td:nth-child(2) { | ||
+ | width: 20px; | ||
+ | } | ||
+ | |||
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ |
Revision as of 19:04, 12 July 2012
table.dpl3columns { width:100%; } table.dpl3columns td { width:33%; } table.abils td:nth-child(1) { width: 20px; } table.abils td:nth-child(2) { width: 20px; } .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; }