From 1cb34d385628fdd5f179c65165dcb02168768b37 Mon Sep 17 00:00:00 2001 From: LolZim Date: Wed, 12 Feb 2020 12:59:17 +0000 Subject: [PATCH] Footnote numbers subscript too high git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2243119 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- css/public.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/public.css b/css/public.css index 25fdff6..effba58 100755 --- a/css/public.css +++ b/css/public.css @@ -25,7 +25,7 @@ .footnote_plugin_tooltip_text { vertical-align: top !important; position: relative !important; - top: -0.1em !important; + top: 0.4em !important; cursor: pointer; }