Fix up quirk.css for bidi as well. b=74880 r=fantasai sr=bzbarsky

This commit is contained in:
dbaron%dbaron.org 2004-02-19 18:21:16 +00:00
Родитель 307f34199b
Коммит 86fa6ccd77
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -237,7 +237,7 @@ pre[wrap], pre[cols], pre[width] {
font-size: 1px;
line-height: 0;
content: "\A ";
margin-right: 40px;
-moz-margin-end: 40px;
}
@ -245,7 +245,7 @@ pre[wrap], pre[cols], pre[width] {
dl > dl {
display: block;
margin-left: 40px;
-moz-margin-start: 40px;
}

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

@ -237,7 +237,7 @@ pre[wrap], pre[cols], pre[width] {
font-size: 1px;
line-height: 0;
content: "\A ";
margin-right: 40px;
-moz-margin-end: 40px;
}
@ -245,7 +245,7 @@ pre[wrap], pre[cols], pre[width] {
dl > dl {
display: block;
margin-left: 40px;
-moz-margin-start: 40px;
}