From 5bf0e4d9fc06d9deda4534e2cc0d61c408f39351 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Wed, 27 Jan 2016 19:54:24 +1000 Subject: [PATCH] * fix footnote reference --- public/theme/css/default.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/theme/css/default.css b/public/theme/css/default.css index 90a8cdd..d650742 100644 --- a/public/theme/css/default.css +++ b/public/theme/css/default.css @@ -82,6 +82,11 @@ h1 { h2 { font-size: 130%; } +a.footnote { + vertical-align: super; + font-size: smaller; +} + /* comments */ div#comments { padding: 5px;