* 400px is too big for small screens
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 9 May 2007 13:13:34 +0000 (13:13 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 9 May 2007 13:13:34 +0000 (13:13 +0000)
includes/DefaultSettings.php
skins/monobook/handheld.css
skins/monobook/main.css

index fd4e36c..2719517 100644 (file)
@@ -1125,7 +1125,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '65';
+$wgStyleVersion = '66';
 
 
 # Server-side caching:
index 153344d..7d14d4b 100644 (file)
@@ -914,7 +914,6 @@ div#userlogin form#userlogin2 h2 {
 div#userlogin .captcha {
        border: 1px solid #bbb;
        padding: 1.5em 2em;
-       width: 400px;
        background-color: white;
 }
 
index 7037c0c..29f96b8 100644 (file)
@@ -1185,7 +1185,6 @@ div#userlogin .captcha,
 div#userloginForm .captcha {
        border: 1px solid #bbb;
        padding: 1.5em 2em;
-       width: 400px;
        background-color: white;
 }