Lauritzl änderte das Inhaltsmodell der Seite Vorlage:Styles-test.css von „Wikitext“ nach „Bereinigtes CSS“ |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
@media (min-width: 40em) { | @media (min-width: 40em) { | ||
.table { | .table { | ||
Version vom 20. Mai 2019, 08:30 Uhr
@media (min-width: 40em) {
.table {
display: table;
border-spacing: 0.5em;
}
.table-row {display: table-row; }
.table-cell {display: table-cell; }
}