MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Landypedia
Wechseln zu: Navigation, Suche
Zeile 6: Zeile 6:
 
         left: 0;
 
         left: 0;
 
         height: 250px;
 
         height: 250px;
         width: 12em;
+
         width: 250px;
 
         overflow: visible;
 
         overflow: visible;
 
}
 
}

Version vom 24. Oktober 2013, 11:10 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#p-logo {
        z-index: 3;
        position: absolute; /*needed to use z-index */
        top: 0;
        left: 0;
        height: 250px;
        width: 250px;
        overflow: visible;
}