Änderungen

keine Bearbeitungszusammenfassung
Zeile 24: Zeile 24:  
/* Überschriften im Wiki formatieren */
 
/* Überschriften im Wiki formatieren */
 
h1, h2, h3, h4, h5, h6{ border-bottom: 1px solid #666;font-size: 18px;color: #666;}
 
h1, h2, h3, h4, h5, h6{ border-bottom: 1px solid #666;font-size: 18px;color: #666;}
 +
 +
/* Aufzählungen formatieren */
 +
li{
 +
list-style-type: square;
 +
color: #666;
 +
}