« MediaWiki:Print.css » : différence entre les versions
De WikiMontessori
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 5 : | Ligne 5 : | ||
.nobdreak{ | .nobdreak{ | ||
break-inside:avoid; | break-inside:avoid; | ||
} | |||
h2:first-child, h3:first-child, h4:first-child, h5:first-child { | |||
break-before: avoid-page; | |||
} | } | ||
Version du 13 février 2023 à 17:29
/* Le CSS placé ici affectera les impressions. */
.mw-editsection{
display:none;
}
.nobdreak{
break-inside:avoid;
}
h2:first-child, h3:first-child, h4:first-child, h5:first-child {
break-before: avoid-page;
}