prettier navi
parent
7663791f33
commit
bc27afe05a
|
@ -140,16 +140,26 @@ body>header>nav{
|
||||||
body>header>nav>ul{
|
body>header>nav>ul{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
width: 100%;
|
width: calc(100% + 2px);
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0 0 1em;
|
||||||
top: -999em;
|
top: -999em;
|
||||||
left: -999em;
|
left: -999em;
|
||||||
|
border-radius: 0 0 .2em .2em;
|
||||||
|
border-left: 1px solid #aaa;
|
||||||
|
border-right: 1px solid #aaa;
|
||||||
|
border-bottom: 1px solid #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
body>header>nav:hover{
|
||||||
|
border-radius: .2em .2em 0 0;
|
||||||
|
border: 1px solid #aaa;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body>header>nav:hover ul{
|
body>header>nav:hover ul{
|
||||||
top: initial;
|
top: initial;
|
||||||
left: 0;
|
left: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>header>nav>ul>li a,
|
body>header>nav>ul>li a,
|
||||||
|
|
Loading…
Reference in New Issue