Common.css: Unterschied zwischen den Versionen
Aus Arbeitsschutz Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
#toc { | #toc {float: right; | ||
top: | top: 160px; | ||
right: 0px; | right: 0px; | ||
width: 200px; | width: 200px; | ||
} | } | ||
#addthistoolbar { | #addthistoolbar {float: right; | ||
top: 80px; | top: 80px; | ||
right: 0px; | right: 0px; | ||
width: 200px; | width: 200px; | ||
} | } |
Version vom 24. Februar 2021, 18:52 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #toc {float: right; top: 160px; right: 0px; width: 200px; } #addthistoolbar {float: right; top: 80px; right: 0px; width: 200px; }