PublishingCSS:Making Matters Lexicon: Difference between revisions

From H&D Publishing Wiki
No edit summary
No edit summary
Line 10: Line 10:
.tocsection-6 {
.tocsection-6 {
page-break-before: always;
page-break-before: always;
margin-top: 0;
margin-top: 0 !important;
}
}

Revision as of 23:05, 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;
	margin-top: 0 !important;
}