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