MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
| Zeile 677: | Zeile 677: | ||
float: none !important; clear: both !important; margin: 0 0 1em 0 !important; | float: none !important; clear: both !important; margin: 0 0 1em 0 !important; | ||
} | } | ||
} | |||
/* Fix: Text startet direkt neben Biobox + Social-Links floaten sauber */ | |||
.mw-parser-output .bio-social { | |||
float: right !important; | |||
clear: right !important; | |||
margin: 0 0 1em 1em !important; | |||
width: 22em; /* gleiche Breite wie Biobox */ | |||
background: transparent !important; | |||
border: 0 !important; | |||
padding: 0 !important; | |||
} | |||
.mw-parser-output .bio-social table { | |||
width: 100% !important; | |||
background: transparent !important; | |||
border: 0 !important; | |||
} | |||
.mw-parser-output > p:first-of-type { | |||
clear: none !important; | |||
margin-top: 0 !important; | |||
} | } | ||