From 38434e77fd255ab2bdab8f2a50ff331471fe5ea3 Mon Sep 17 00:00:00 2001 From: lorilee Date: Tue, 13 Jul 2010 17:46:22 -0700 Subject: [PATCH] Improved tooltip for JavaScript-enabled browsers (superscripts changed to icons) --- themes/original/css/theme_right.css.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 3189a0840..367fbdc49 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -352,11 +352,16 @@ img.lightbulb { } /* leave some space between icons and text */ -.icon { +.icon, .footnotemarker { vertical-align: middle; margin-right: 0.3em; margin-left: 0.3em; } + +.footnotemarker { + display: none; +} + /* no extra space in table cells */ td .icon { margin: 0;