Werbung:

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Spielwiki
Wechseln zu: Navigation, Suche
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;
+
    padding-left: 10px;
 
     width: auto;
 
     width: auto;
 
}
 
}

Version vom 20. April 2009, 20:01 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;
    padding-left: 10px;
    width: auto;
}