]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
fix typo and comment
authorAntoine Beaupré <anarcat@debian.org>
Tue, 26 Apr 2016 22:50:47 +0000 (18:50 -0400)
committerAntoine Beaupré <anarcat@debian.org>
Tue, 26 Apr 2016 22:50:47 +0000 (18:50 -0400)
doc/bugs/footnotes-look-weird.mdwn

index 4747353960d47b3d7659a9ca988a2fd93acdbbda..9ce387011f84f6ec0e62e5c9ba77bda9e9d5e7d3 100644 (file)
@@ -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.
 
 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; }
 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>`:
 
 This is a typical style that user-agents apply to the `<sup>` tag. For
 example, chromium has this builtin style for `<sup>`: