MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Matura Wiki
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:
 
#hum { background-color:yellow;
 
#hum { background-color:yellow;
 
       width:5px; hight:100%;
 
       width:5px; hight:100%;
       margin=0px 2px 0px 0px;  
+
       margin=0px 10px 0px 0px;  
       padding=0px;
+
       padding=0px 5px 0px 0px;
 
       float:left;
 
       float:left;
 
}
 
}

Version vom 1. April 2015, 18:22 Uhr

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

#hum { background-color:yellow;
       width:5px; hight:100%;
       margin=0px 10px 0px 0px; 
       padding=0px 5px 0px 0px;
       float:left;
}