Exclude script and style tags from page banner styling to avoid them becoming visible on page.
This commit is contained in:
@@ -140,7 +140,9 @@ body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#page-banner>* {
|
||||
/* :not(style, script): author-level display:block would override the UA's
|
||||
display:none on those and render their source as banner text. */
|
||||
#page-banner>*:not(style, script) {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user