MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 719: | Zeile 719: | ||
margin: 0 0 1em 0 !important; | margin: 0 0 1em 0 !important; | ||
} | } | ||
} | |||
/* Social-Block rechts „neben“ der Biobox; blockiert den Text nicht */ | |||
.mw-parser-output .bio-social{ | |||
float:right; | |||
clear:right; | |||
margin:0 0 1em 1em; | |||
} | |||
.mw-parser-output .bio-social table{ | |||
display:inline-table; | |||
width:auto; | |||
background:transparent; /* grauen Hintergrund vermeiden */ | |||
border:0; | |||
} | |||
/* Erster Absatz darf neben Floats starten */ | |||
.mw-parser-output > p:first-of-type{ | |||
clear:none; | |||
margin-top:0; | |||
} | } | ||