PublishingCSS:Making Matters Lexicon: Difference between revisions
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
content: ""; | content: ""; | ||
} | } | ||
@bottom-center { | /*@bottom-center {*/ | ||
/* content: "";*/ | |||
} | /*}*/ | ||
@top-left { | @top-left { | ||
content: ""; | content: ""; |
Revision as of 17:02, 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: "";
}
}