Aktionen

MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus Arbeitsschutz Wiki

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:
#toc {
#toc {
   width: 250px;
   width: 250px;
}
.circle-list li {
  list-style-type: circle;
}
}

Version vom 24. Februar 2021, 22:09 Uhr

.infobox {
float: right
}
#toc {
  width: 250px;
}

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