From 81852a7db7a56e1f2d27afb3f17a09a847aa8b03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Antoine=20Beaupr=C3=A9?= Date: Tue, 26 Apr 2016 18:52:25 -0400 Subject: [PATCH] smaller is too small for large blocks --- doc/bugs/footnotes-look-weird.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `` tag. For example, chromium has this builtin style for ``: -- 2.39.2