From 4d81a27d2c53e23d3737cff48417d19952856661 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 9 May 2007 13:13:34 +0000 Subject: [PATCH] * 400px is too big for small screens --- includes/DefaultSettings.php | 2 +- skins/monobook/handheld.css | 1 - skins/monobook/main.css | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index fd4e36cc91..2719517aee 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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: diff --git a/skins/monobook/handheld.css b/skins/monobook/handheld.css index 153344d620..7d14d4b865 100644 --- a/skins/monobook/handheld.css +++ b/skins/monobook/handheld.css @@ -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; } diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 7037c0c7e9..29f96b843e 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1185,7 +1185,6 @@ div#userlogin .captcha, div#userloginForm .captcha { border: 1px solid #bbb; padding: 1.5em 2em; - width: 400px; background-color: white; } -- 2.20.1