From b63b7552d02b08b03f1374d2788d9c2924f9aba0 Mon Sep 17 00:00:00 2001 From: lorilee Date: Wed, 14 Jul 2010 12:42:29 -0700 Subject: [PATCH] Fixed bug where footnotes don't show up with JavaScript disabled --- themes/original/css/theme_right.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index c0dfd7e1c..355146bce 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -353,13 +353,13 @@ img.lightbulb { } /* leave some space between icons and text */ -.icon, .footnotemarker { +.icon, img.footnotemarker { vertical-align: middle; margin-right: 0.3em; margin-left: 0.3em; } -.footnotemarker { +img.footnotemarker { display: none; }