MediaWiki:Common.css: Unterschied zwischen den Versionen

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

Version vom 1. April 2015, 18:26 Uhr

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

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