PublishingCSS:Making Matters Lexicon: Difference between revisions
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
} | } | ||
.chapter-end + .pagedjs_blank_page, | |||
.chapter-end { | .chapter-end { | ||
page: chapter-end; | page: chapter-end; |
Revision as of 16:58, 15 March 2022
.page-break {
page-break-before: always;
page-break-after: always;
}
.pagedjs_pages .chapter .no-indent p {
text-indent: 0;
}
.tocsection-6 {
page-break-before: always;
margin-top: 0 !important;
}
.chapter .chapter-acknowledgements h2 #acknowledgements {
margin-left: -1em;
}
.chapter-end + .pagedjs_blank_page,
.chapter-end {
page: chapter-end;
}
@page chapter-end {
@top-center {
content: "";
}
@bottom-center {
content: "";
}
@top-left {
content: "";
}
@top-right {
content: "";
}
}