Werbung:
MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Spielwiki
(Die Seite wurde neu angelegt: „.collapseButton { →'show'/'hide' buttons created dynamically by the: float: right; /* CollapsibleTables javascript in [[MediaWiki:C...“) |
|||
| Zeile 3: | Zeile 3: | ||
font-weight: normal; /* are styled here so they can be customised. */ | font-weight: normal; /* are styled here so they can be customised. */ | ||
text-align: right; | text-align: right; | ||
| + | left: 10px; | ||
width: auto; | width: auto; | ||
} | } | ||
Version vom 20. April 2009, 20:00 Uhr
.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;
left: 10px;
width: auto;
}