Aktionen

MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus Arbeitsschutz Wiki

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


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

Version vom 25. Februar 2021, 05:30 Uhr

.infobox {
float: right;


}

#toc {
  width: 250px;
}

.ul {
  list-style-type: circle;
}