From e103de12b1a5dc2abe1138ed8ff309fd124cc336 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Fri, 17 Dec 2010 17:27:56 +0000 Subject: [PATCH 1/1] Make the search box 17% longer, yay! --- public/stylesheets/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 3d4f8ac46..a20246010 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -206,7 +206,7 @@ hr { } #search_field input[type="text"] { - width: 116px; + width: 136px; } #search_field input[type="submit"] { -- 2.43.2