MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Fivefivezero
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: .KopfIcon { float: right; width: 90px; height: 50px; position: relative; top: -50px; margi…“)
 
KKeine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
position: relative;
position: relative;
top: -50px;
top: -50px;
margin-right: 5px;
margin-right: 50px;
}
}

Version vom 16. Dezember 2011, 17:06 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.KopfIcon {
float: right;
width: 90px;
height: 50px;
position: relative;
top: -50px;
margin-right: 50px;
}