KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 15: | Zeile 15: | ||
.description { | .description { | ||
float:left; | float:left; | ||
font-weight: bold; | |||
} | } | ||
Version vom 20. Mai 2019, 09: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;
}
}