Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
6cc6f128
Commit
6cc6f128
authored
Jul 12, 2007
by
Gábor Hojtsy
Browse files
#102252
by Arancaytar: do not show script tag in header with Garland in Mozilla browsers
parent
638e39ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/garland/style.css
View file @
6cc6f128
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment