Thread: Using PRE tag
View Single Post
Old 06-14-2015, 06:23 AM   #5
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,519
Karma: 987654
Join Date: Dec 2012
Device: Kindle
Quote:
Originally Posted by dgatwood View Post
BTW, Kindle restricts the line-height CSS property to a minimum of 120% of the font size. And you probably don't want the line height to be 30% of your font size anyway.
I don't get that effect on my Kindle editions, as viewed in my K3 Keyboard and my Fire HD tablet. I introduce all chapters with a few words in all caps, with this style:

span.smallcap {
font-size: 90%;
font-weight: bold;
}

The 90% instruction is ignored in the DX emulation, but I can live with that. (I think the boldface instruction is also ignored.)
Notjohn is offline   Reply With Quote