« MediaWiki:Mobile.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
// Enlever le mot MODIFIER des sections | // Enlever le mot MODIFIER des sections | ||
.mw-content- | .content .mw-parser-output > h1 > span, .content .mw-parser-output > h2 > span, .content .mw-parser-output > h3 > span, .content .mw-parser-output > h4 > span, .content .mw-parser-output > h5 > span, .content .section-heading > span, .content .in-block > span { | ||
.mw-content | |||
display: none ; | |||
} |
Version du 27 avril 2019 à 00:21
// Enlever le mot MODIFIER des sections
.content .mw-parser-output > h1 > span, .content .mw-parser-output > h2 > span, .content .mw-parser-output > h3 > span, .content .mw-parser-output > h4 > span, .content .mw-parser-output > h5 > span, .content .section-heading > span, .content .in-block > span {
display: none ;
}
