fix two little bugs in deh code

This commit is contained in:
fazo96 2014-06-24 08:57:48 +02:00
parent 29cb561ac6
commit 9e3c2b356b

View File

@ -56,14 +56,12 @@
nav {
.border-radius(4px);
position: relative;
width: 700px;
margin:30px auto;
margin-bottom: 40px;
padding: 15px;
text-align: left;
}
li {
li {
list-style: none;
color:#fff;
font-weight: 600;
@ -80,6 +78,7 @@ li {
.transition;
background:rgba(0, 0, 0, 0.1);
}
}
}
.nav-search {