Aktionen

MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus Arbeitsschutz Wiki

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:
}
}


ul:nth-of-type(1) {
ul:nth-of-type() {
   list-style-type: circle;
   list-style-type: circle;
}
}

Version vom 25. Februar 2021, 05:28 Uhr

.infobox {
float: right;


}

#toc {
  width: 250px;
}

ul:nth-of-type() {
  list-style-type: circle;
}