MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 926: Zeile 926:
#siteSub {
#siteSub {
     display: none !important;
     display: none !important;
}
/* Biobox: Text sofort daneben erzwingen (Fix für "Luft"-Problem) */
.mw-parser-output table.biobox {
    margin-top: 0 !important;  /* Kein oberer Abstand */
    overflow: hidden;          /* Erzwungenes Clear-Within für Float */
}
.mw-parser-output > table.biobox + p:first-of-type {
    margin-top: 0 !important;  /* Erster Absatz direkt daneben */
}
}