From d1e6fe41e93db3c6ae667de9eb910039230007b5 Mon Sep 17 00:00:00 2001 From: azaozz Date: Thu, 23 Jun 2011 22:56:40 +0000 Subject: [PATCH] Make 2011 search box wider, props demetris, fixes #17707 git-svn-id: http://svn.automattic.com/wordpress/trunk@18334 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 184db9772..05959333f 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -640,7 +640,7 @@ a:hover { -o-transition-duration: 400ms; -o-transition-property: width, background; -o-transition-timing-function: ease; - width: 45px; + width: 72px; } #branding #s:focus { background-color: #f9f9f9;