MediaWiki:Common.css: Difference between revisions

for collapsible tables
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
===Common.css===
 
<source lang="css">
.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */
.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
Line 8: Line 7:
width: auto;
width: auto;
}
}
</source>