From bdc8b068f1a38ce18c225d2e80d6272453b8ae43 Mon Sep 17 00:00:00 2001 From: NIKITA Date: Thu, 18 Nov 2010 14:54:58 -0800 Subject: [PATCH] Height increased of second line in mid menu --- ui/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/css/main.css b/ui/css/main.css index 12dbdd4570f..d92b351b1a2 100644 --- a/ui/css/main.css +++ b/ui/css/main.css @@ -2262,12 +2262,12 @@ a:hover.search_button { } .midmenu_textbox span { width:165px; - height:14px; + height:15px; float:left; text-align:left; font-weight:normal; font-size:10px; - margin:3px 0 0 0; + margin:2px 0 0 0; padding:0; overflow:hidden; }