Quote:
Originally Posted by JSWolf
When blank space is used to denote a section break, I make sure it's at a size of 2em.
sectionbreak {
margin-top: 2em;
text-indent: 0
}
<p class="sectionbreak">First paragraph after the section break</p>
But, in order for this to actually work, you need to set a widow and orphan to 1.
body {
widow: 1
orphan: 1
{
Otherwise, you could get space at the bottom of the screen that looks like it could be a section break.
|
None of that will help on a reader which ignores the book's CSS, though, Jon, and that's what we're talking about here. Moon+ is a great reader in every other respect, but it completely ignores the CSS in the book and imposes its own.