mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
do not display noscript element
This commit is contained in:
parent
f4bb2e3e3f
commit
2f5d617b2f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ h1, h2, h3, h4,
|
||||||
h5, h6, noframes,
|
h5, h6, noframes,
|
||||||
center, dir,
|
center, dir,
|
||||||
hr, menu, pre { display: block; unicode-bidi: embed }
|
hr, menu, pre { display: block; unicode-bidi: embed }
|
||||||
head { display: none }
|
head, noscript { display: none }
|
||||||
table { display: table }
|
table { display: table }
|
||||||
tr { display: table-row }
|
tr { display: table-row }
|
||||||
thead { display: table-header-group }
|
thead { display: table-header-group }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue