Skip to content

Commit 2a9c443

Browse files
committed
Add footnote brackets to retro CSS where supported
1 parent be8d959 commit 2a9c443

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/css/style-reduced.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ sup {
9797
sup > a.footnote {
9898
margin-left: 1pt;
9999
}
100+
sup > a.footnote:before { /* different from modern syntax */
101+
content: "[";
102+
}
103+
sup > a.footnote:after {
104+
content: "]";
105+
}
100106
a.reversefootnote {
101107
font-size: smaller;
102108
}

0 commit comments

Comments
 (0)