Quand on hover un element du menu de gauche, le cadre mangeait un peu le texte

This commit is contained in:
Alan Garcia 2012-10-26 16:51:17 +00:00
parent 77f608b45e
commit f0511dd3c9
1 changed files with 4 additions and 3 deletions

View File

@ -287,7 +287,8 @@ img {
.menu-box li a {
display: block;
height: 18px;
padding-top: 6px;
padding-bottom: 6px;
color: #0D5689;
padding-left: 2px;
text-decoration: none;
@ -301,12 +302,12 @@ img {
height: 16px;
margin: 0px;
padding: 0px;
padding-top: 1px;
top: -3px;
position: relative;
}
.menu-box li a:hover {
color: #000000;
height: 18px;
border: 1px solid #1D6A9F;
text-decoration: none;
background-color: #DFEEF8;