KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 18: | Zeile 18: | ||
float:left; | float:left; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
} | } | ||
| Zeile 38: | Zeile 38: | ||
text-align: left; | text-align: left; | ||
} | } | ||
.description { | |||
font-weight: bold; | |||
} | |||
} | } | ||
Version vom 20. Mai 2019, 09:58 Uhr
@media (min-width:901px) {
.table {
display: table;
}
.table-row {display: table-row; }
.table-cell {display: table-cell; }
.toc {
display: block;
width: 48%;
float: right;
margin-left: 2%;
}
.description {
display: block;
width: 48%;
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;
}
.description {
font-weight: bold;
}
}