From 0cc82d4c215f6d38c5c4e26e5a93108eab9cd07f Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 26 Dec 2009 07:03:11 -0800 Subject: [PATCH] Set height of the #s-search box to fit appropriately in the menubar. Signed-off-by: Philip M. Hofer (Frumph) --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 541cc1c..a5df0a0 100644 --- a/style.css +++ b/style.css @@ -970,6 +970,7 @@ ul.children { /* SEARCH */ #s-search, #s-transcript { + height: 15px; width: 140px; }