From c120c14619ec22093967da7bad7817b4c95c6b86 Mon Sep 17 00:00:00 2001 From: Huji Date: Fri, 6 Aug 2010 10:33:01 +0000 Subject: [PATCH] Updating main-rtl.css for Vector skin to ensure all left-aligned (or left-directioned) elements of the page are mirrored to right correctly. --- skins/vector/main-rtl.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index c2b3526415..a0c727ce01 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -36,6 +36,7 @@ div#content { background-repeat: repeat-y; background-color: white; color: black; + direction: rtl; } /* Head */ #mw-page-base { @@ -406,6 +407,7 @@ div#mw-panel { } div#mw-panel div.portal { padding-bottom: 1.5em; + direction: rtl; } div#mw-panel div.portal h5 { font-weight: normal; @@ -454,6 +456,7 @@ div#footer { background-image: url(images/border.png?1); background-position: top right; background-repeat: repeat-x; + direction: rtl; } div#footer ul { list-style: none; -- 2.20.1