KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| (4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 10: | Zeile 10: | ||
width: 48%; | width: 48%; | ||
float: right; | float: right; | ||
margin-left: | margin-left: 3%; | ||
font-size:95%; | |||
line-height: 125%; | |||
} | } | ||
| Zeile 17: | Zeile 19: | ||
width: 48%; | width: 48%; | ||
float:left; | float:left; | ||
} | |||
} | |||
} | } | ||
| Zeile 34: | Zeile 35: | ||
background-color: yellow; | background-color: yellow; | ||
text-align: left; | text-align: left; | ||
font-size:95%; | |||
line-height: 125%; | |||
margin-bottom: 12px; | |||
} | } | ||
span { | span { | ||
text-align: left; | text-align: left; | ||
Aktuelle Version vom 20. Mai 2019, 10:11 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: 3%;
font-size:95%;
line-height: 125%;
}
.description {
display: block;
width: 48%;
float:left;
}
}
@media (max-width: 900px) {
.toctitle {
padding: 1px;
}
.toc {
float: none;
background-color: yellow;
text-align: left;
font-size:95%;
line-height: 125%;
margin-bottom: 12px;
}
span {
text-align: left;
}
}