View Single Post
Old 05-23-2021, 03:24 PM   #73
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,025
Karma: 147977995
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Turtle91 View Post
OBTW - just to point out - you are arguing to use padding-top instead of margin-top, but then your example <hr> uses margin....
There is a difference. Using margin-top when you want blank space for a section break does not work when that space is at the bottom of the screen. But padding-top does even if it has to add the space to the top of the next screen.

With the hr you don't need padding-top because even if you lose the space, you do see the line at the bottom of the screen. It's the same with your examples of section breaks. As long as you can see the line or whatever is used at the bottom of the screen, then you know that's where the section breaks and the next paragraph starts the next section.
JSWolf is offline   Reply With Quote