« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 70 : | Ligne 70 : | ||
vertical-align: middle; | vertical-align: middle; | ||
text-align: left; | text-align: left; | ||
} | |||
/* Correction de l'interligne des badges */ | |||
body .userbox-info { | |||
display: table-cell; | |||
vertical-align: middle; /* Gère le centrage vertical global */ | |||
padding: 0 10px; | |||
font-size: 0.85em; | |||
line-height: 1.2; /* Interligne serré et propre */ | |||
text-align: left; | |||
font-family: inherit; | |||
} | |||
/* On s'assure que les paragraphes invisibles n'ajoutent pas d'espace */ | |||
body .userbox-info p { | |||
margin: 0; | |||
padding: 0; | |||
line-height: 1.2; | |||
display: inline; | |||
} | } | ||