Aktionen

MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus Arbeitsschutz Wiki

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
.infobox {
.infobox {
float: right;
float: right;
ul:nth-of-type(2) {
 
  list-style-type: circle;
}


}
}
Zeile 12: Zeile 10:


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

Version vom 25. Februar 2021, 05:25 Uhr

.infobox {
float: right;


}

#toc {
  width: 250px;
}

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

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