Index: skins/default/header.css
===================================================================
--- skins/default/header.css	(revision 20500)
+++ skins/default/header.css	(working copy)
@@ -91,9 +91,6 @@
 #help_text_default {
     position: relative;
 }
-#help_text {
-    display: none;
-}
 #search {
     margin-top:         2px;
     padding:            3px 5px;
Index: skins/grey/header.css
===================================================================
--- skins/grey/header.css	(revision 20500)
+++ skins/grey/header.css	(working copy)
@@ -77,9 +77,6 @@
 #help_text_default {
     position: relative;
 }
-#help_text {
-    display: none;
-}
 #search {
     margin-top:         2px;
     padding:            3px 5px;
Index: modules/_shared/tmpl/default/header.php
===================================================================
--- modules/_shared/tmpl/default/header.php	(revision 20500)
+++ modules/_shared/tmpl/default/header.php	(working copy)
@@ -131,7 +131,7 @@
                 <div id="help_text_default">
                 MythWeb: <?php echo strftime($_SESSION['date_statusbar'], time()) ?>
                 </div>
-                <div id="help_text">
+                <div id="help_text" style="display:none;">
                 </div>
             </div>
         </div>
Index: modules/_shared/tmpl/lite/header.php
===================================================================
--- modules/_shared/tmpl/lite/header.php	(revision 20500)
+++ modules/_shared/tmpl/lite/header.php	(working copy)
@@ -81,7 +81,7 @@
                 <div id="help_text_default">
                 MythWeb: <?php echo strftime($_SESSION['date_statusbar'], time()) ?>
                 </div>
-                <div id="help_text">
+                <div id="help_text" style="display:none;">
                 </div>
             </div>
         </div>
