View Single Post
Old 04-30-2016, 04:47 PM   #18
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,219
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
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.

Last edited by JSWolf; 04-30-2016 at 04:55 PM.
JSWolf is online now   Reply With Quote