Re-add the RTL lists workaround for Firefox bug to monobook/rtl.css, as common_rtl...
authorRotem Liss <rotem@users.mediawiki.org>
Sat, 12 Sep 2009 17:11:26 +0000 (17:11 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sat, 12 Sep 2009 17:11:26 +0000 (17:11 +0000)
skins/common/common_rtl.css
skins/monobook/rtl.css

index cd5212e..2e8bb98 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * This file contains CSS settings common to RTL wikis use the old
  * pre-Monobook skins Wikistandard, Nostalgia and CologneBlue
+ * NOTE: This file is not used in Monobook!
  */
 
 /* js pref toc */
@@ -47,19 +48,12 @@ table.filehistory th {
 html > body div#article ul {
        display: table;
 }
+html > body div#bodyContent ul#filetoc {
+       display: block;
+}
 
 /* feed links */
 a.feedlink {
        background: none !important;
        padding-left: 0 !important;
 }
-
-/**
- * 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#filetoc {
-       display: block;
-}
index b620bfa..b9bf43c 100644 (file)
@@ -237,3 +237,15 @@ 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#article ul {
+       display: table;
+}
+html > body div#bodyContent ul#filetoc {
+       display: block;
+}