Make script and style display:none

This commit is contained in:
Patrick Walton 2013-06-12 11:55:12 -07:00
parent 162ba83108
commit aee2611498

View file

@ -124,6 +124,8 @@ ul, ol, dl { page-break-before: avoid }
/* Servo additions */
:link { color: blue }
script { display: none }
style { display: none }
"
}