View Single Post
Old 12-14-2021, 07:30 AM   #8
413Michele
Enthusiast
413Michele began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Jan 2021
Location: Italy
Device: Kobo Libra 2, Kindle Paperwhite (1st gen)
Quote:
Originally Posted by Tex2002ans View Post
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 View Post
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.

Last edited by 413Michele; 12-14-2021 at 07:34 AM.
413Michele is offline   Reply With Quote