View Single Post
Old 04-06-2014, 10:30 AM   #17
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,198
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by Nick_1964 View Post
Well, there is in the kobo so much wasted space ( if you don't patched them) and if there is between the lines so much space to, you have to change page every 10 seconds.
I read a book because of the letters in it, not for the space between them.
The only thing to do is to put an override in it with the extra .css like :
p
{
margin:0 !important;
text-align:left !important;
padding:0 !important;
text-indent:0 !important;
line-height:1.2em !important
}

But does it have to be named p or body or whatever.. I am not just so far that I know which setting will override, does it be named p,or body, or what... the !important overrides the default but how to implement it in an extra .css ???
This is the setup that I use:
Click image for larger version

Name:	Screenshot from 2014-04-06 10:21:55.png
Views:	142
Size:	60.2 KB
ID:	121305
Use line-height:1.2; instead of line=height:1.2em:. Using *em will hard set the line height causing over lap when using bigger font sizes for titles and chapter tiles.
bernie
gbm is offline   Reply With Quote