]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
smaller is too small for large blocks
authorAntoine Beaupré <anarcat@debian.org>
Tue, 26 Apr 2016 22:52:25 +0000 (18:52 -0400)
committerAntoine Beaupré <anarcat@debian.org>
Tue, 26 Apr 2016 22:52:25 +0000 (18:52 -0400)
doc/bugs/footnotes-look-weird.mdwn

index 9ce387011f84f6ec0e62e5c9ba77bda9e9d5e7d3..a5af38e50f129dcc285cc3b4fb539fcd25d2a2eb 100644 (file)
@@ -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>`: