View Single Post
Old 01-15-2010, 11:27 AM   #3
ChristopherTD
Addict
ChristopherTD ought to be getting tired of karma fortunes by now.ChristopherTD ought to be getting tired of karma fortunes by now.ChristopherTD ought to be getting tired of karma fortunes by now.ChristopherTD ought to be getting tired of karma fortunes by now.ChristopherTD ought to be getting tired of karma fortunes by now.ChristopherTD ought to be getting tired of karma fortunes by now.ChristopherTD ought to be getting tired of karma fortunes by now.ChristopherTD ought to be getting tired of karma fortunes by now.ChristopherTD ought to be getting tired of karma fortunes by now.ChristopherTD ought to be getting tired of karma fortunes by now.ChristopherTD ought to be getting tired of karma fortunes by now.
 
ChristopherTD's Avatar
 
Posts: 343
Karma: 1010002
Join Date: Apr 2008
Location: London. UK
Device: Marvin Reader on iPad Air (via Calibre)
Converting from ePub to ePub doesn't always work for books with oddly named styles - or else I am not able to specify a wide enough scope in my extra CSS snippet.

For instance the book I was fiddling with had about 20 styles named p.* and they didn't get amended?
i.e.
p.para
{
font-family:"Times New Roman", serif;
font-size:medium;
margin-top:0em;
margin-bottom:0em;
text-align:justify;
text-indent:0em;
}

Could I influence them all with a statement like:

p {
line-height: 130%
font-family:"DroidSerif", serif;
}
ChristopherTD is offline   Reply With Quote