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;