diff --git a/css/public.css b/css/public.css index 7cdaf8a..3c6bd34 100755 --- a/css/public.css +++ b/css/public.css @@ -34,10 +34,11 @@ cursor: pointer; z-index: 1; } -.footnote_plugin_tooltip_text a { +.footnote_plugin_tooltip_text { + display: inline-block; text-decoration: none; } -.footnote_plugin_tooltip_text a:hover { +.footnote_plugin_tooltip_text:hover { text-decoration: underline; } @@ -138,7 +139,7 @@ span.footnote_tooltip { .footnote_tooltip { display: none; } - .footnote_plugin_tooltip_text a { + .footnote_plugin_tooltip_text { color: inherit; } .footnote_plugin_index a { diff --git a/templates/public/reference-container.html b/templates/public/reference-container.html index 5791ed8..367abb4 100644 --- a/templates/public/reference-container.html +++ b/templates/public/reference-container.html @@ -1,5 +1,5 @@
-

[[label]]

+

[[label]]   [ + ]