Removing the ordered list workaround for Firefox in RTL: Firefox 3, released a few...
authorRotem Liss <rotem@users.mediawiki.org>
Wed, 9 Jul 2008 09:28:10 +0000 (09:28 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Wed, 9 Jul 2008 09:28:10 +0000 (09:28 +0000)
The unordered list workaround does not seem to cause problems; it should stay until most Firefox users upgrade to Firefox 3.

includes/DefaultSettings.php
skins/common/common_rtl.css
skins/modern/rtl.css
skins/monobook/rtl.css
skins/simple/rtl.css

index 2ccc048..fbc0d54 100644 (file)
@@ -1353,7 +1353,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '161';
+$wgStyleVersion = '162';
 
 
 # Server-side caching:
index d662962..cda3835 100644 (file)
@@ -45,6 +45,3 @@ table.filehistory th {
 html > body div#article ul {
        display: table;
 }
-html > body div#article ol {
-       display: table;
-}
index 12e5375..239bc8d 100644 (file)
@@ -141,9 +141,6 @@ table.filehistory th {
 html > body div#mw_contentholder ul {
        display: table;
 }
-html > body div#mw_contentholder ol {
-       display: table;
-}
 html > body div#mw_contentholder ul#filetoc {
        display: block;
 }
index 10b1250..f00cf09 100644 (file)
@@ -227,9 +227,6 @@ table.filehistory th {
 html > body div#bodyContent ul {
        display: table;
 }
-html > body div#bodyContent ol {
-       display: table;
-}
 html > body div#bodyContent ul#filetoc {
        display: block;
 }
index 300f028..c560cab 100644 (file)
@@ -173,6 +173,3 @@ table.filehistory th {
 html > body div#bodyContent ul {
        display: table;
 }
-html > body div#bodyContent ol {
-       display: table;
-}