View Single Post
Old 05-02-2016, 08:01 AM   #22
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,557
Karma: 93980341
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by JSWolf View Post
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.
HarryT is offline   Reply With Quote