http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70549

Revision: 70549
Author:   huji
Date:     2010-08-06 10:33:01 +0000 (Fri, 06 Aug 2010)

Log Message:
-----------
Updating main-rtl.css for Vector skin to ensure all left-aligned (or 
left-directioned) elements of the page are mirrored to right correctly.

Modified Paths:
--------------
    trunk/phase3/skins/vector/main-rtl.css

Modified: trunk/phase3/skins/vector/main-rtl.css
===================================================================
--- trunk/phase3/skins/vector/main-rtl.css      2010-08-06 09:28:28 UTC (rev 
70548)
+++ trunk/phase3/skins/vector/main-rtl.css      2010-08-06 10:33:01 UTC (rev 
70549)
@@ -36,6 +36,7 @@
        background-repeat: repeat-y;
        background-color: white;
        color: black;
+       direction: rtl;
 }
 /* Head */
 #mw-page-base {
@@ -406,6 +407,7 @@
 }
        div#mw-panel div.portal {
                padding-bottom: 1.5em;
+               direction: rtl;
        }
        div#mw-panel div.portal h5 {
                font-weight: normal;
@@ -454,6 +456,7 @@
        background-image: url(images/border.png?1);
        background-position: top right;
        background-repeat: repeat-x;
+       direction: rtl;
 }
 div#footer ul {
        list-style: none;



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to