Quote:
Originally Posted by GeoffR
Is increasing the padding from 0.1em to 0.2em enough to fix it? Sone fonts will need more padding than others.
That's an interesting idea, it would have the advantage of avoiding any possibility of using the wrong firmware version to make the patch. I haven't thought about what would be needed to make it work though.
|
I'm afraid not. Because "body>p" and "body>div"only have effect on the first class
p and
div under
body. However, in some books, the main text is in the second or more deeper class and it will not be modified with the patch.
Code:
<body>
<div>
<p>text</p>
</div>
</body>