Aktionen

MediaWiki

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 {float: right;
#toc {position: relative;
   top: 80px;
   top: 80px;
   right: 0;
   right: 0;
Zeile 6: Zeile 6:
}
}


#addthistoolbar {float: right;
#addthistoolbar {position: relative;
   top: 80px;
   top: 80px;
   right: 0;
   right: 0;
   width: 200px;
   width: 200px;
  clear: both;
}
}

Version vom 24. Februar 2021, 18:37 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#toc {position: relative;
  top: 80px;
  right: 0;
  width: 200px;
}

#addthistoolbar {position: relative;
  top: 80px;
  right: 0;
  width: 200px;
}