From fb45ea3bd9b48a462d4e2b36627bad45ec1383c8 Mon Sep 17 00:00:00 2001 From: Brett Bieber <brett.bieber@gmail.com> Date: Mon, 4 Apr 2011 18:56:40 +0000 Subject: [PATCH] Remove hard-coded width for search box input, change to inline-block --- www/searchCSS.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/searchCSS.css b/www/searchCSS.css index a38f092..b8fcb43 100644 --- a/www/searchCSS.css +++ b/www/searchCSS.css @@ -22,7 +22,7 @@ font-size: 1.5em; height: 31px; padding: 2px 0 0 8px; - width: 800px; + display:inline-block; } #searchform input.gsc-search-button { -moz-border-radius: 5px; -- GitLab