From 20ee8e596f9c36342d05b99c07b6b36bd93bf1db Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Thu, 19 Feb 2004 18:21:16 +0000 Subject: [PATCH] Fix up quirk.css for bidi as well. b=74880 r=fantasai sr=bzbarsky git-svn-id: svn://10.0.0.236/trunk@152947 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/src/quirk.css | 4 ++-- mozilla/layout/style/quirk.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/layout/html/document/src/quirk.css b/mozilla/layout/html/document/src/quirk.css index fc5fd523b24..d0501fc2a0b 100644 --- a/mozilla/layout/html/document/src/quirk.css +++ b/mozilla/layout/html/document/src/quirk.css @@ -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; } diff --git a/mozilla/layout/style/quirk.css b/mozilla/layout/style/quirk.css index fc5fd523b24..d0501fc2a0b 100644 --- a/mozilla/layout/style/quirk.css +++ b/mozilla/layout/style/quirk.css @@ -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; }