summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-07-12 10:06:16 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-07-12 10:06:16 +0000
commit6cc6f128fe85044d30b2cc422b3690744e5a01a6 (patch)
treed1bc3c50f72cb341aa09a07d07f7a856c1021ced /themes
parent638e39ced6feb430fd64e8b061e814db145f3806 (diff)
downloadbrdo-6cc6f128fe85044d30b2cc422b3690744e5a01a6.tar.gz
brdo-6cc6f128fe85044d30b2cc422b3690744e5a01a6.tar.bz2
#102252 by Arancaytar: do not show script tag in header with Garland in Mozilla browsers
Diffstat (limited to 'themes')
-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;
}