1div.dokuwiki h1 {
2    page-break-before:always;
3}
4
5/* Do not break on the first print page */
6div.dokuwiki h1.sectionedit1, h2.sectionedit1, h3.sectionedit1, h4.sectionedit1, h5.sectionedit1 {
7    page-break-before:avoid;
8}