From: Roland Hieber Date: Sun, 27 Oct 2013 01:23:00 +0000 (+0100) Subject: stylesheet: make footnote refs slightly smaller and superscript X-Git-Url: https://git.rohieb.name/www-rohieb-name.git/commitdiff_plain/6fdf43b1beba5a4636279f826cd8729447d947ad?ds=sidebyside stylesheet: make footnote refs slightly smaller and superscript --- diff --git a/local.css b/local.css index 7b3ee82..2d68e1b 100644 --- a/local.css +++ b/local.css @@ -86,3 +86,8 @@ p,ul,ol { td.month-calendar-day-this-day td.year-calendar-this-month { background-color: #ffffff !important; } + +.footnote { + vertical-align: super; + font-size: smaller; +}