MediaWiki:Common.css: Unterschied zwischen den Versionen

Änderung 600 von Bunnyfreak (Diskussion) rückgängig gemacht.
Markierungen: Rückgängigmachung Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 1.886: Zeile 1.886:
   max-width: 100% !important;
   max-width: 100% !important;
   margin: 0 !important;
   margin: 0 !important;
}
/* Biobox-Fotozeile: jede Zeilenhöhe nullen -> keine Baseline-Lücke */
.mw-parser-output table.biobox .biobox-photo {
  line-height: 0 !important;
}
/* Sicherheitshalber auch auf Link/Bildelement anwenden */
.mw-parser-output table.biobox .biobox-photo a.image,
.mw-parser-output table.biobox .biobox-photo img,
.mw-parser-output table.biobox .biobox-photo .mw-file-element {
  line-height: 0 !important;
}
}