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 {
  list-style-type: circle;
}


}
}
Zeile 7: Zeile 9:
#toc {
#toc {
   width: 250px;
   width: 250px;
}
ul {
  list-style-type: circle;
}
}

Version vom 25. Februar 2021, 05:32 Uhr

.infobox {
float: right;
ul {
  list-style-type: circle;
}

}

#toc {
  width: 250px;
}