lines between navi ul

This commit is contained in:
Logsol 2013-07-19 16:19:53 +02:00
parent 1f1bf6b3f1
commit 54bc9ffa8c

View file

@ -102,10 +102,19 @@ ul {
list-style-type: none; list-style-type: none;
margin-left: 0; margin-left: 0;
padding-left: 0; padding-left: 0;
top: 1.8em; top: 1.7em;
z-index: 2; z-index: 2;
} }
#navi ul li {
border-top: 1px solid #91c993;
}
#navi ul li:first-child {
/*border-top: 0;*/
}
#navi li:hover ul a { #navi li:hover ul a {
display: block; display: block;
background: #4b934f; background: #4b934f;