#102252 by Darren Oh and Arancaytar. Override a previous rule which displays the contents of all tags, including script.

5.x
Neil Drumm 2007-07-09 03:50:59 +00:00
parent 237ad9e51c
commit f9d72b469e
1 changed files with 5 additions and 0 deletions

View File

@ -291,6 +291,11 @@ table .form-button, table .form-submit {
margin-bottom: 0;
}
/* Avoid displaying content of script tags */
#header-region script {
display: none;
}
#header-region p, #header-region img {
margin-top: 0.5em;
}