do not display noscript element

This commit is contained in:
Pierre Louis Aublin 2014-06-21 12:48:47 +02:00
parent f4bb2e3e3f
commit 2f5d617b2f

View file

@ -7,7 +7,7 @@ h1, h2, h3, h4,
h5, h6, noframes,
center, dir,
hr, menu, pre { display: block; unicode-bidi: embed }
head { display: none }
head, noscript { display: none }
table { display: table }
tr { display: table-row }
thead { display: table-header-group }