MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung Markierung: Manuelle Zurücksetzung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1.903: | Zeile 1.903: | ||
width: 100% !important; | width: 100% !important; | ||
height: auto !important; | height: auto !important; | ||
} | |||
/* Social-Links neben die Biobox floaten, damit der Text links hochläuft */ | |||
.mw-parser-output .bio-social { | |||
float: right; | |||
clear: right; | |||
margin: 0 0 1em 1em; /* gleicher Außenabstand wie die Biobox */ | |||
} | |||
.mw-parser-output .bio-social table { | |||
display: inline-table; /* schrumpft auf Inhalt, keine Vollbreite */ | |||
background: transparent; | |||
border: 0; | |||
} | |||
/* Sicherheitsnetz: erster Absatz soll NICHT künstlich unter Floats beginnen */ | |||
.mw-parser-output > p:first-of-type { | |||
clear: none !important; | |||
} | } | ||