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