Fixes Bug#17866
[lhc/web/wiklou.git] / skins / monobook / rtl.css
index 59e994d..60d4b75 100644 (file)
@@ -26,11 +26,11 @@ body {
        direction: rtl;
        unicode-bidi: embed;
 }
-#column-content {
+div#column-content {
        margin: 0 -12.2em 0 0;
        float: left;
 }
-#column-content #content{
+div#column-content div#content{
        margin-left: 0;
        margin-right: 12.2em;
        border-right: 1px solid #aaaaaa;
@@ -153,7 +153,7 @@ li#ca-watch {
        background: none !important;
 }
 */
-#footer {
+div#footer {
        clear: both;
 }
 #f-poweredbyico {
@@ -164,22 +164,22 @@ li#ca-watch {
        float: right;
        height: 1%;
 }
-* html #footer {
+* html div#footer {
        margin-left: 0;
        margin-right: 13.6em;
        border-left: 0;
        border-right: 1px solid #fabd23;
-} 
-* html #column-content { 
+}
+* html div#column-content {
        float: none;
        margin-left: 0;
        margin-right: 0;
 }
-* html #column-content #content {
+* html div#column-content div#content {
        margin-left: 0;
        margin-top: 3em;
 }
-* html #column-one { right: 0; }
+* html div#column-one { right: 0; }
 
 /* js pref toc */
 
@@ -216,7 +216,7 @@ input#wpSave, input#wpDiff {
 /* Convenience links to edit block, delete and protect reasons */
 p.mw-ipb-conveniencelinks, p.mw-protect-editreasons,
 p.mw-filedelete-editreasons, p.mw-delete-editreasons {
-       float: left;
+       text-align: left;
 }
 
 .toggle {
@@ -227,25 +227,25 @@ table.filehistory th {
        text-align: right;
 }
 
+/* Special:AllPages styling */
+.mw-allpages-nav, td.mw-allpages-alphaindexline {
+       text-align: left;
+}
+
+/* Special:PrefixIndex styling */
+td#mw-prefixindex-nav-form {
+       text-align: left;
+}
+
 /**
  * Lists:
  * The following lines don't have a visible effect on non-Gecko browsers
  * They fix a problem ith Gecko browsers rendering lists to the right of
  * left-floated objects in an RTL layout.
  */
-html > body div#bodyContent ul {
+html > body div#article ul {
        display: table;
 }
 html > body div#bodyContent ul#filetoc {
        display: block;
 }
-
-/* Special:Allpages styling */
-td.mw-allpages-nav, p.mw-allpages-nav, td.mw-allpages-alphaindexline {
-       text-align: left;
-
-/* Special:Prefixindex styling */
-td#mw-prefixindex-nav-form  {
-       text-align: left;
-}
-