Footnotes

This commit is contained in:
2026-07-14 18:59:50 +02:00
parent 3f680b5e22
commit 91671995d3
5 changed files with 120 additions and 3 deletions
+13
View File
@@ -59,3 +59,16 @@ tr.table-sep td {
padding: 0;
height: 0;
}
hr.footnotes-sep {
border: 0;
border-top: 1px solid #444;
margin: 2em 0 1em 0;
}
.footnote {
font-size: 14px;
color: #a0a0a0;
margin-bottom: 0.5em;
}
.footnote a {
text-decoration: none;
}