From adffd044d7a8c581975c21218e5b5782f2ef1c14 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 5 Aug 2011 09:05:52 -0700 Subject: [PATCH] [#263] Fix the missing line on the top menu --- public/stylesheets/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index d88ceb32c7..d629b9e439 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -135,7 +135,7 @@ a:hover { #account li.open a { background-color:#277D94; position:relative; - top:1px; + top:0px; z-index:21; } #account li ul {