servo: Merge #3499 - style: Tweak the UA style a little bit (from pcwalton:ua-fixes)

Reviewed-by: SimonSapin
Source-Repo: https://github.com/servo/servo
Source-Revision: a2220f1ea41a909c3e048f97e24eec08b66eb608
This commit is contained in:
Patrick Walton 2014-09-27 03:03:31 -06:00
Родитель dad655f3ba
Коммит 46d0dadcf9
1 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -25,8 +25,8 @@ hr, menu, pre { display: block; unicode-bidi: embed }
h3 { font-size: 1.17em; margin: .83em 0 }
h4,
blockquote,
fieldset, form,
dir, menu { margin: 1.12em 0 }
fieldset, dir,
menu { margin: 1.12em 0 }
h5 { font-size: .83em; margin: 1.5em 0 }
h6 { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
@ -113,6 +113,7 @@ ul, ol, dl { page-break-before: avoid }
/* Servo additions */
a:link,
area:link,
link:link { color: blue }
script { display: none }
style { display: none }
link:link { color: blue }
script { display: none }
style { display: none }
input[type="hidden"] { display: none !important }