mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 11:19:41 +02:00
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 <dave@sleepmap.de>
This commit is contained in:
parent
e66a5760b5
commit
9774054abe
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue