summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/garland/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index e8b200236..5588662ea 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -324,6 +324,11 @@ table .form-button, table .form-submit {
margin-bottom: 0;
}
+/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
+#header-region script {
+ display: none;
+}
+
#header-region p, #header-region img {
margin-top: 0.5em;
}