From 6fdf43b1beba5a4636279f826cd8729447d947ad Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Sun, 27 Oct 2013 02:23:00 +0100 Subject: [PATCH] stylesheet: make footnote refs slightly smaller and superscript --- local.css | 5 +++++ 1 file changed, 5 insertions(+) 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; +} -- 2.20.1