View Single Post
Old 12-12-2011, 04:35 AM   #2
kartu
PRS+ author
kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.
 
Posts: 1,637
Karma: 2446233
Join Date: Dec 2007
Device: Sony PRS-300, 505, 600, 650, 950
gsgleason,

I'd suggests overriding fonts as done here. That code is literally "overriding fonts".

Other than that, note that "particular CSS changes nothing" doesn't necessarily mean, that it is not supported. Another explanation is: book has CSS that is more "specific", i.e. has higher priority.

If the book has css that looks like, say:
Code:
p.article {
line-height: 100%;
}
it would override your body {...} statement.

PS
Reminder: in PRS+ 2.0.x , you have to open different book, then get back to original book to actually apply new css.
kartu is offline   Reply With Quote