#102252 by Arancaytar: do not show script tag in header with Garland in Mozilla browsers

6.x
Gábor Hojtsy 2007-07-12 10:06:16 +00:00
parent 638e39ced6
commit 6cc6f128fe
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}