Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 15: Zeile 15:
.description {
.description {
   float:left;
   float:left;
  font-weight: bold;
}
}



Version vom 20. Mai 2019, 10:39 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;
   font-weight: bold;
}


@media (max-width: 900px) {

.toctitle {
  padding: 1px;
  }

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


}