View Single Post
Old 01-23-2024, 08:07 PM   #12
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,207
Karma: 148951761
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 chantsing View Post
As what you said, i use the following CSS code to avoid non-zero margin-bottom in .


Code:
p {
        text-indent:2.5em;
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.8;
	margin-bottom: 0px;
}
But, it does not work.
Since you are reading in calibre's viewer, the margin can be left as just 0. You can set the L/R margins in preferences.
JSWolf is offline   Reply With Quote