aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/footnotes-look-weird.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/footnotes-look-weird.mdwn b/doc/bugs/footnotes-look-weird.mdwn
index 9ce387011..a5af38e50 100644
--- a/doc/bugs/footnotes-look-weird.mdwn
+++ b/doc/bugs/footnotes-look-weird.mdwn
@@ -9,7 +9,7 @@ way to demonstrate this here, you'll have to trust me on this. :)
The following stylesheet should be added to `style.css`:
a.footnote { vertical-align: super; font-size: xx-small; }
- div.footnotes { font-size: smaller; }
+ div.footnotes { font-size: small; }
This is a typical style that user-agents apply to the `<sup>` tag. For
example, chromium has this builtin style for `<sup>`: