From 9774054abe1b3c8bc201b7ebf310cffdb59656e1 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 3 Dec 2023 20:55:59 +0100 Subject: [PATCH] Add CSS for separating footnotes from section text in EPUB more clearly Fixes https://codeberg.org/openpgp/notes/issues/164 Signed-off-by: David Runge --- book/source/_static/epub/css/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/book/source/_static/epub/css/custom.css b/book/source/_static/epub/css/custom.css index e1791ca..31ee04f 100644 --- a/book/source/_static/epub/css/custom.css +++ b/book/source/_static/epub/css/custom.css @@ -50,4 +50,13 @@ Text in glossary links span.std-term { color: black; border-bottom: 1px dotted black; +} + +/* +Footnote list +*/ +aside.footnote-list { + border-top: 1px solid black; + margin-top: 2em; + padding-top: 2em; } \ No newline at end of file