fix typo and comment

master
Antoine Beaupré 2016-04-26 18:50:47 -04:00
parent 093ad8b890
commit e316ea9a7c
1 changed files with 4 additions and 1 deletions

View 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.
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>`: