Quote:
Originally Posted by Tex2002ans
There's probably no need for all that display:block stuff.
Remove that from all 3 of those classes, and that may fix your issue.
|
Curiously I didn't remember putting them in, and in fact they were added by calibre during the conversion. Removing them has no effect though, the space remains.
The original EPUB formatting was this:
Code:
.endnotes {
font-size: 0.8em;
margin-top: 4em;
}
.endnote {
margin-bottom: 0.5em;
}
.note {
text-indent: 0;
margin: 1em 0 0.2em
}
Quote:
Originally Posted by Hitch
We never do that. I wouldn't put footnotes in divs, nor in display blocks. It doesn't gain you anything, particularly in the popups.
Hitch
|
Regarding the divs, this book uses footnotes a lot (it's from the Discworld series by Terry Pratchett) and I wanted to use it for the few notes that consist of more than one paragraph. For one they make possible having a bigger margin between different notes than between paragraphs of the same note.