« MediaWiki:Print.css » : différence entre les versions
De WikiMontessori
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 2 : | Ligne 2 : | ||
.mw-editsection{ | .mw-editsection{ | ||
display:none; | display:none; | ||
} | } | ||
| Ligne 24 : | Ligne 8 : | ||
page-break-inside:avoid; | page-break-inside:avoid; | ||
} | } | ||
*/ | |||
Version du 27 février 2023 à 14:39
/* Le CSS placé ici affectera les impressions. */
.mw-editsection{
display:none;
}
.nobreak{
break-inside: avoid;
page-break-inside:avoid;
}
*/