« MediaWiki:Print.css » : différence entre les versions
De WikiMontessori
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 8 : | Ligne 8 : | ||
h2:first-child, h3:first-child, h4:first-child, h5:first-child { | h2:first-child, h3:first-child, h4:first-child, h5:first-child { | ||
break-before: avoid-page; | break-before: avoid-page; | ||
page-break-before:avoid; | |||
} | } | ||
Version du 13 février 2023 à 17:30
/* 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;
page-break-before:avoid;
}