#102252 by Darren Oh and Arancaytar. Override a previous rule which displays the contents of all tags, including script.
parent
237ad9e51c
commit
f9d72b469e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue