Différences entre versions de « MediaWiki:Common.css »
Sauter à la navigation
Sauter à la recherche
m |
|||
Ligne 2 : | Ligne 2 : | ||
.mw-body-content h2 { | .mw-body-content h2 { | ||
clear: both; | clear: both; | ||
+ | } | ||
+ | .mw-body-content h3 { | ||
+ | clear: left; | ||
} | } |
Version du 26 mai 2021 à 21:36
/* Le CSS placé ici sera appliqué à tous les habillages. */
.mw-body-content h2 {
clear: both;
}
.mw-body-content h3 {
clear: left;
}