Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m (Created page with 'table.collapsed tr.collapsable { display: none; } .collapseButton { →'show'/'hide' buttons created dynamically by the: float: right; /* CollapsibleTables JavaScript in…') |
m |
||
Line 8: | Line 8: | ||
text-align: right; | text-align: right; | ||
width: auto; | width: auto; | ||
+ | } |
Revision as of 22:12, 10 December 2010
table.collapsed tr.collapsable {
display: none;
}
.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;
}