PublishingCSS:Making Matters Lexicon: Difference between revisions

From H&D Publishing Wiki
mNo edit summary
No edit summary
Line 6: Line 6:
.pagedjs_pages .chapter .no-indent {
.pagedjs_pages .chapter .no-indent {
text-indent: 0;
text-indent: 0;
}
.tocsection-6 {
page-break-before: always;
}
}

Revision as of 23:03, 10 March 2022

.page-break {
	page-break-before: always;
	page-break-after: always;
}

.pagedjs_pages .chapter .no-indent {
	text-indent: 0;
}

.tocsection-6 {
	page-break-before: always;
}