MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
width: auto; | width: auto; | ||
} | } | ||
Revision as of 01:15, 19 March 2010
/* CSS placed here will be applied to all skins */
.collapseButton { /* 'show'/'hide' buttons created dynamically */
float: right; /* by the CollapsibleTables javascript in */
font-weight: normal; /* [[MediaWiki:Common.js]]are styled here */
text-align: right; /* so they can be customised. */
width: auto;
}