338
Bearbeitungen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
ol { list-style-type: lower-roman } | ol { | ||
list-style-type: lower-roman | |||
} | |||
body { | |||
background-image: none; | |||
background-color: #cccccc; | |||
} | |||
div { | |||
background-image: none; | |||
background-color: #cccccc; | |||
} | |||