Fixing display of RTL Special:Specialpages: Display is not ideal yet (bullets are...
authorRotem Liss <rotem@users.mediawiki.org>
Tue, 3 Jun 2008 12:07:46 +0000 (12:07 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Tue, 3 Jun 2008 12:07:46 +0000 (12:07 +0000)
includes/DefaultSettings.php
skins/common/common_rtl.css
skins/modern/rtl.css
skins/monobook/rtl.css

index 219459d..5f60a08 100644 (file)
@@ -1324,7 +1324,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '150';
+$wgStyleVersion = '151';
 
 
 # Server-side caching:
index d662962..8f11b11 100644 (file)
@@ -48,3 +48,8 @@ html > body div#article ul {
 html > body div#article ol {
        display: table;
 }
+
+/* Special:SpecialPages styling */
+.mw-specialpages-page {
+       float: right;
+}
index e286a3f..0e59517 100644 (file)
@@ -156,3 +156,8 @@ html > body div#mw_contentholder ol {
 html > body div#mw_contentholder ul#filetoc {
        display: block;
 }
+
+/* Special:SpecialPages styling */
+.mw-specialpages-page {
+       float: right;
+}
index 73bc145..cd81ac1 100644 (file)
@@ -242,3 +242,8 @@ html > body div#bodyContent ol {
 html > body div#bodyContent ul#filetoc {
        display: block;
 }
+
+/* Special:SpecialPages styling */
+.mw-specialpages-page {
+       float: right;
+}