Add footnote brackets to retro CSS where supported

This commit is contained in:
RichardG867
2025-08-04 16:58:41 -03:00
parent be8d9591c8
commit 2a9c44359f

View File

@@ -97,6 +97,12 @@ sup {
sup > a.footnote {
margin-left: 1pt;
}
sup > a.footnote:before { /* different from modern syntax */
content: "[";
}
sup > a.footnote:after {
content: "]";
}
a.reversefootnote {
font-size: smaller;
}