View Single Post
Old 09-14-2012, 01:25 AM   #1
Jeff L
Zealot
Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.
 
Posts: 117
Karma: 584308
Join Date: Oct 2010
Location: San Francisco
Device: Kindle
AZW3 and dropcaps

I converted an epub that had dropcaps defined as follows:

.dropcaps
{
float: left;
font-size: 60px;
line-height: 50px;
padding-top: 1px;
margin-top: -.04em;
margin-right: .04em;
}


After I converted the epub to AZW3, the dropcaps ended up as this:

.dropcaps {
float: left;
font-size: 2em; <-----
line-height: 50px;
margin-right: 0.04em;
margin-top: -0.04em;
padding-top: 1px
}


I can fix this manually but is there another way to deal with this? Is this an issue with the font size key?

Using version 0.8.68

Last edited by Jeff L; 09-14-2012 at 01:39 AM.
Jeff L is offline   Reply With Quote