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,29 +56,28 @@
nav {
.border-radius(4px);
position: relative;
width: 700px;
margin:30px auto;
margin-bottom: 40px;
padding: 15px;
text-align: left;
}
li {
list-style: none;
color:#fff;
font-weight: 600;
display:inline-block;
& > a, a:visited {
.transition;
padding: 15px;
li {
list-style: none;
color:#fff;
text-decoration: none;
}
font-weight: 600;
display:inline-block;
& > a:hover {
.transition;
background:rgba(0, 0, 0, 0.1);
& > a, a:visited {
.transition;
padding: 15px;
color:#fff;
text-decoration: none;
}
& > a:hover {
.transition;
background:rgba(0, 0, 0, 0.1);
}
}
}