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

Revision: 56233
Author:   rotem
Date:     2009-09-12 17:11:26 +0000 (Sat, 12 Sep 2009)

Log Message:
-----------
Re-add the RTL lists workaround for Firefox bug to monobook/rtl.css, as 
common_rtl.css does not seem to be used in Monobook.

Modified Paths:
--------------
    trunk/phase3/skins/common/common_rtl.css
    trunk/phase3/skins/monobook/rtl.css

Modified: trunk/phase3/skins/common/common_rtl.css
===================================================================
--- trunk/phase3/skins/common/common_rtl.css    2009-09-12 17:06:50 UTC (rev 
56232)
+++ trunk/phase3/skins/common/common_rtl.css    2009-09-12 17:11:26 UTC (rev 
56233)
@@ -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 @@
 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;
-}

Modified: trunk/phase3/skins/monobook/rtl.css
===================================================================
--- trunk/phase3/skins/monobook/rtl.css 2009-09-12 17:06:50 UTC (rev 56232)
+++ trunk/phase3/skins/monobook/rtl.css 2009-09-12 17:11:26 UTC (rev 56233)
@@ -237,3 +237,15 @@
        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;
+}



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to