Merge pull request #1 from fazo96/master

Fixed two little bugs
This commit is contained in:
Michele Guerini Rocco 2014-06-24 09:04:18 +02:00
commit e3912edc45

View File

@ -56,12 +56,10 @@
nav { nav {
.border-radius(4px); .border-radius(4px);
position: relative; position: relative;
width: 700px;
margin:30px auto; margin:30px auto;
margin-bottom: 40px; margin-bottom: 40px;
padding: 15px; padding: 15px;
text-align: left; text-align: left;
}
li { li {
list-style: none; list-style: none;
@ -81,6 +79,7 @@ li {
background:rgba(0, 0, 0, 0.1); background:rgba(0, 0, 0, 0.1);
} }
} }
}
.nav-search { .nav-search {
.transition; .transition;