MediaWiki:Zumi.css: Unterschied zwischen den Versionen
Aus Klexikon – das Kinderlexikon
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
.mw-indicators { | .mw-indicators { | ||
float: right; | float: right; | ||
Zeile 31: | Zeile 30: | ||
} | } | ||
} | } | ||
Version vom 3. Mai 2021, 10:37 Uhr
.mw-indicators {
float: right;
line-height: 1.6;
font-size: 0.875em;
position: relative;
z-index: 1;
}
#mw-category-media {
display: inline !important;
}
.klexibox {
display: block;
float: unset!important;
margin-left: 1em;
}
.klexibox > div > table {
margin-left: auto!important;
margin-right: auto!important;
}
@media screen and (min-width: 768px) {
.klexibox {
display: unset;
float: right!important;
}
.klexibox > div > table {
margin-left: unset;
margin-right: unset;
}
}