View Single Post
Old 02-18-2011, 02:08 AM   #52
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Quote:
Originally Posted by cybmole View Post
thanks - but I'm still stuck :-(

is this valid extra css syntax ?
p {margin-top: 0.3em ; margin-bottom: 0.3em !important}

I am trying it on epub to epub where the book was previously converted with remove blank lines option ticked. I have unticked remove blank lines now but the extra CSS is not working - tried both with & without the !important tag.

it will work if I add it to the stylesheet, but I am seeking a bulk convert solution from within calibre here
You are missing the ;. It should be:
p {margin-top: 0.3em ; margin-bottom: 0.3em !important ;}
Toxaris is offline   Reply With Quote