View Single Post
Old 08-03-2013, 01:37 PM   #37
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,444
Karma: 171313058
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by tartanpion View Post
is there a way to overcome the line-height fixed to 1.3 in a paragraph with this custom css ?
Have you tried adding a line such as the one below?

Code:
body {line-height: 1.1 !important;}
You can also try using the universal selector by adding:

Code:
* {line height: 1.1 !important;}
though I am not fond of using that selector.

Regards,
David

Last edited by DNSB; 08-03-2013 at 01:45 PM.
DNSB is online now   Reply With Quote