Float the unblock and ipblocklist links in Special:Blockip to the left instead of...
authorRotem Liss <rotem@users.mediawiki.org>
Mon, 9 Apr 2007 08:31:00 +0000 (08:31 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Mon, 9 Apr 2007 08:31:00 +0000 (08:31 +0000)
includes/DefaultSettings.php
skins/common/common_rtl.css
skins/monobook/rtl.css

index 7f780c9..ca9d96d 100644 (file)
@@ -1120,7 +1120,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '62';
+$wgStyleVersion = '63';
 
 
 # Server-side caching:
index 54186bb..0c08de5 100644 (file)
@@ -25,4 +25,8 @@ div.tright, div.floatright {
 }
 div.tleft, div.floatleft {
        clear: left;
-}
\ No newline at end of file
+}
+/* Unblock and Ipblocklist links of Special:Blockip */
+p.mw-ipb-conveniencelinks {
+       float: left;
+}
index c3266d1..ce87855 100644 (file)
@@ -215,3 +215,7 @@ input#wpSave, input#wpDiff {
        float: right;
        margin: 0 0 1em 3em;
 }
+/* Unblock and Ipblocklist links of Special:Blockip */
+p.mw-ipb-conveniencelinks {
+       float: left;
+}