From: Huji Date: Fri, 6 Aug 2010 10:33:01 +0000 (+0000) Subject: Updating main-rtl.css for Vector skin to ensure all left-aligned (or left-directioned... X-Git-Tag: 1.31.0-rc.0~35679 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=c120c14619ec22093967da7bad7817b4c95c6b86;p=lhc%2Fweb%2Fwiklou.git Updating main-rtl.css for Vector skin to ensure all left-aligned (or left-directioned) elements of the page are mirrored to right correctly. --- 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;