aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/footnotes-look-weird.mdwn
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@debian.org>2016-04-26 18:50:47 -0400
committerAntoine Beaupré <anarcat@debian.org>2016-04-26 18:50:47 -0400
commite316ea9a7c4217d7e3e94c7094d3859dbca0c0f4 (patch)
tree1f6ebf3f431c43c688fa2ef20ad3e8dac7229add /doc/bugs/footnotes-look-weird.mdwn
parent093ad8b890543d7fec8283fefeebaf1d23d27a09 (diff)
downloadikiwiki-e316ea9a7c4217d7e3e94c7094d3859dbca0c0f4.tar
ikiwiki-e316ea9a7c4217d7e3e94c7094d3859dbca0c0f4.tar.gz
fix typo and comment
Diffstat (limited to 'doc/bugs/footnotes-look-weird.mdwn')
-rw-r--r--doc/bugs/footnotes-look-weird.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/bugs/footnotes-look-weird.mdwn b/doc/bugs/footnotes-look-weird.mdwn
index 474735396..9ce387011 100644
--- a/doc/bugs/footnotes-look-weird.mdwn
+++ b/doc/bugs/footnotes-look-weird.mdwn
@@ -3,10 +3,13 @@ wiki, they don't look so good with the default stylesheet, however, as
the references are in the same size and positioning as everything
else.
+This particular wiki does not use multimarkdown, so there's no easy
+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.footnote { font-size: smaller; }
+ div.footnotes { font-size: smaller; }
This is a typical style that user-agents apply to the `<sup>` tag. For
example, chromium has this builtin style for `<sup>`: