diff options
author | Antoine Beaupré <anarcat@debian.org> | 2016-04-26 18:52:25 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@debian.org> | 2016-04-26 18:52:25 -0400 |
commit | 81852a7db7a56e1f2d27afb3f17a09a847aa8b03 (patch) | |
tree | 90ebd604e9fc61d56235e27ecfd16d86fb06513d /doc | |
parent | e316ea9a7c4217d7e3e94c7094d3859dbca0c0f4 (diff) | |
download | ikiwiki-81852a7db7a56e1f2d27afb3f17a09a847aa8b03.tar ikiwiki-81852a7db7a56e1f2d27afb3f17a09a847aa8b03.tar.gz |
smaller is too small for large blocks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/footnotes-look-weird.mdwn | 2 |
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>`: |