Add CSS for footnotes

This commit is contained in:
RichardG867
2025-02-25 15:16:06 -03:00
parent e523e64014
commit 9465da4b23
3 changed files with 35 additions and 0 deletions

View File

@@ -159,6 +159,19 @@ div#socialold {
p, ul, ol {
margin: 0.65em 0;
}
sup {
font-size: x-small;
}
sup > a.footnote::before {
content: "[";
margin-left: 1pt;
}
sup > a.footnote::after {
content: "]";
}
a.reversefootnote {
font-size: smaller;
}
div.image, figure {
margin-top: 1em;
margin-bottom: 1em;