[#263] Fix the missing line on the top menu

This commit is contained in:
Eric Davis 2011-08-05 09:05:52 -07:00
parent ffa2d5f319
commit adffd044d7

View File

@ -135,7 +135,7 @@ a:hover {
#account li.open a { #account li.open a {
background-color:#277D94; background-color:#277D94;
position:relative; position:relative;
top:1px; top:0px;
z-index:21; z-index:21;
} }
#account li ul { #account li ul {