Quote:
Originally Posted by JSWolf
Which patches edit out this line from the built-in CSS? I know I've never seen this bug.
|
The `ePub fixed/adjustable top/bottom margins` and `Enforce user line spacing and justification in ePubs` patches remove that line.
Quote:
However, if I add in body { padding-bottom: 0 !important; } to the book's CSs, would this override the RMDSK CSS?
|
No, the
!important in the built-in stylesheet overrides the
!important in the book's stylesheet.