KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 25: | Zeile 25: | ||
.toc { | .toc { | ||
float: | float: left; | ||
background-color: yellow; | background-color: yellow; | ||
text-align: left; | text-align: left; | ||
Version vom 20. Mai 2019, 09:30 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: left;
background-color: yellow;
text-align: left;
}
span {
text-align: left;
}
}