Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 25: Zeile 25:


.toc {
.toc {
   float: left;
   float: none;
   background-color: yellow;
   background-color: yellow;
   text-align: left;
   text-align: left;

Version vom 20. Mai 2019, 10:37 Uhr

@media (min-width:901px) {
.table { 
   display: table;
}
.table-row {display: table-row; }
.table-cell {display: table-cell; }

.toc {
  float: right;
  margin-left: 50px;
  }

}

.description {
   float:left;
}


@media (max-width: 900px) {

.toctitle {
  padding: 1px;
  }

.toc {
  float: none;
  background-color: yellow;
  text-align: left;
  }
span {
  text-align: left;
  }


}