auto merge of #1020 : SimonSapin/servo/external-UA-css, r=jdm

Oops, I broke the UA stylesheet in #1017. The fact that our tests still passed is not a good sign :/
This commit is contained in:
bors-servo 2013-10-06 20:37:07 -07:00
commit f353150bca

View file

@ -58,17 +58,17 @@ ol, ul, dir,
ol ul, ul ol,
ul ul, ol ol { margin-top: 0; margin-bottom: 0 }
u, ins { text-decoration: underline }
br:before { content: \"\\A\"; white-space: pre-line }
br:before { content: "\A"; white-space: pre-line }
center { text-align: center }
:link, :visited { text-decoration: underline }
:focus { outline: thin dotted invert }
/* Begin bidirectionality settings (do not change) */
BDO[DIR=\"ltr\"] { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR=\"rtl\"] { direction: rtl; unicode-bidi: bidi-override }
BDO[DIR="ltr"] { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override }
*[DIR=\"ltr\"] { direction: ltr; unicode-bidi: embed }
*[DIR=\"rtl\"] { direction: rtl; unicode-bidi: embed }
*[DIR="ltr"] { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"] { direction: rtl; unicode-bidi: embed }
@media print {
h1 { page-break-before: always }