« MediaWiki:Print.css » : différence entre les versions

De WikiMontessori
Aller à :navigation, rechercher
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 à 18: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;
}