KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 16: | Zeile 16: | ||
} | } | ||
td { | |||
background-color: green; | |||
} | |||
} | } | ||
| Zeile 38: | Zeile 40: | ||
} | } | ||
td { | |||
background-color: red; | |||
} | |||
span { | span { | ||
text-align: left; | text-align: left; | ||
Version vom 20. Mai 2019, 10:36 Uhr
@media (min-width:901px) {
.toc {
display: block;
width: 48%;
float: right;
margin-left: 3%;
font-size:95%;
line-height: 125%;
}
.description {
display: block;
width: 48%;
float:left;
}
td {
background-color: green;
}
}
@media (max-width: 900px) {
.testen span {
float: left;
color:blue;
}
.toctitle {
padding: 1px;
}
.toc {
float: none;
background-color: yellow;
text-align: left;
font-size:95%;
line-height: 125%;
margin-bottom: 12px;
}
td {
background-color: red;
}
span {
text-align: left;
}
}