Quote:
Originally Posted by GeoffR
I didn't think of that. I will have to add padding to all four sides, as there won't be enough room in the stylesheet to add it to just two sides conditionally based on the current writing direction. That will be no problem for synced kepubs, but it is likely to cause problems with some sideloaded kepubs.
|
Could these four padding be written like this?
Code:
body p,body div{padding:0.1em!important}
and there will be enough room.