lines between navi ul
This commit is contained in:
parent
1f1bf6b3f1
commit
54bc9ffa8c
1 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue