Quote:
Originally Posted by npr
Can I request a the following change to the drivers "Modify CSS" setting.
A present any mods to the css are added to both kepubs and epubs.
Can it please be changed so any css changes are only added to kepubs as per the previous driver. Or better still have the ability to specify different changes for each of the two formats.
|
All content in kepub files is inside a divs
Code:
<div id="book-columns"><div id="book-inner">
So simply gate rules you want to apply to kepub only with selectors that start with
Code:
#book-columns #book-inner
or similar.