Move location of CSS submenus slightly.

There seems to be a 1 pixel difference in Chrome's rendering
of the submenus, so moving them up means the mouse cursor is
always over a hover element while moving from the top menu
to be over the submenu.
This commit is contained in:
Andrew McMillan 2010-02-24 12:50:05 +13:00
parent 945b9d501c
commit 6c193d396a

View File

@ -319,7 +319,7 @@ border-bottom:1px solid white;
position:absolute;
text-decoration:none;
height:0;
top:1.4em;
top:1.2em;
left:0;
}
@ -332,7 +332,7 @@ border-bottom:1px solid white;
border-bottom: 1px solid #cccccc;
height:auto;
line-height:1em;
padding:0.2em 0.3em;
padding:0.2em 0 0.2em 1em;
width:12em;
}