MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Matura Wiki
Zur Navigation springen Zur Suche springen
Zeile 6: Zeile 6:
 
       margin:0px 5px 0px 0px;  
 
       margin:0px 5px 0px 0px;  
 
       padding:0px 0px 0px 0px;
 
       padding:0px 0px 0px 0px;
       left:0px;
+
       left:-10px;
 
       top:0px
 
       top:0px
 
       bottom:0px
 
       bottom:0px

Version vom 1. April 2015, 18:50 Uhr

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

#cluster { background-color:yellow;
          position:absolute;       
        width:12px; hight:100em;
       margin:0px 5px 0px 0px; 
       padding:0px 0px 0px 0px;
       left:-10px;
       top:0px
       bottom:0px
       overflow:hidden;
       float:left
}