mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
Add footnote brackets to retro CSS where supported
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user