mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Make script and style display:none
This commit is contained in:
parent
162ba83108
commit
aee2611498
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ ul, ol, dl { page-break-before: avoid }
|
||||||
|
|
||||||
/* Servo additions */
|
/* Servo additions */
|
||||||
:link { color: blue }
|
:link { color: blue }
|
||||||
|
script { display: none }
|
||||||
|
style { display: none }
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue