KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 11: | Zeile 11: | ||
float: right; | float: right; | ||
margin-left: 2%; | margin-left: 2%; | ||
font-size:95%; | |||
line-height: 125%; | |||
} | } | ||
| Zeile 34: | Zeile 36: | ||
background-color: yellow; | background-color: yellow; | ||
text-align: left; | text-align: left; | ||
font-size:95%; | |||
line-height: 125%; | |||
} | } | ||
span { | span { | ||
text-align: left; | text-align: left; | ||
} | } | ||
.description { | .description { | ||
font-weight: bold; | font-weight: bold; | ||
Version vom 20. Mai 2019, 10:05 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%;
font-size:95%;
line-height: 125%;
}
.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;
font-size:95%;
line-height: 125%;
}
span {
text-align: left;
}
.description {
font-weight: bold;
}
}