From 6cc6f128fe85044d30b2cc422b3690744e5a01a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 12 Jul 2007 10:06:16 +0000 Subject: [PATCH] #102252 by Arancaytar: do not show script tag in header with Garland in Mozilla browsers --- themes/garland/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/garland/style.css b/themes/garland/style.css index e8b20023697..5588662eadd 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; }