From fcc0196e55a8f6998921a5b4e07eb80985bb54a3 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Mon, 7 Dec 2009 23:03:24 +0000 Subject: [PATCH] Used more @noflip rules to make some of the margins a bit less confusing. --- skins/vector/main-ltr.css | 10 +++++++--- skins/vector/main-rtl.css | 4 ++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 05001b306b..5ebd505027 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -205,6 +205,7 @@ body { background-position: center center; background-repeat: no-repeat; } + /* @noflip */ body.rtl div.vectorMenu { direction: rtl; } @@ -247,17 +248,20 @@ body { text-align: left; } /* OVERRIDDEN BY COMPLIANT BROWSERS */ + /* @noflip */ body.rtl div.vectorMenu div.menu { - margin-right: 24px; + margin-left: 24px; } /* IGNORED BY IE6 */ + /* @noflip */ body.rtl div.vectorMenu > div.menu { - margin-right: auto; + margin-left: auto; } /* Fixes old versions of FireFox */ + /* @noflip */ body.rtl div.vectorMenu > div.menu, x:-moz-any-link { - margin-right: 23px; + margin-left: 23px; } div.vectorMenu:hover div.menu { display: block; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 038690660b..a30d06cb12 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -205,6 +205,7 @@ body { background-position: center center; background-repeat: no-repeat; } + /* @noflip */ body.rtl div.vectorMenu { direction: rtl; } @@ -247,14 +248,17 @@ body { text-align: right; } /* OVERRIDDEN BY COMPLIANT BROWSERS */ + /* @noflip */ body.rtl div.vectorMenu div.menu { margin-left: 24px; } /* IGNORED BY IE6 */ + /* @noflip */ body.rtl div.vectorMenu > div.menu { margin-left: auto; } /* Fixes old versions of FireFox */ + /* @noflip */ body.rtl div.vectorMenu > div.menu, x:-moz-any-link { margin-left: 23px; -- 2.20.1