mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
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:
commit
f353150bca
1 changed files with 5 additions and 5 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue