Stripping default nav styling completely

This is already conflicting with new styles horribly.
This commit is contained in:
John O'Nolan 2014-07-30 10:20:27 +03:00
parent 09ce90c9e9
commit 0fc1416bfc

View File

@ -188,39 +188,4 @@ main {
}
} // .floatingheader
} // .scrolling
//
// Navs
// --------------------------------------------------
nav {
ul {
list-style: none;
margin: 0;
padding: 0;
border-top: $lightbrown 1px solid;
}
li {
a {
display: block;
padding: 10px 15px;
color: $brown;
border-bottom: $lightbrown 1px solid;
&:hover,
&:focus {
color: $darkgrey;
background: $lightbrown;
text-decoration: none;
}
&:before {
margin-right: 1em;
} // Make space for icons
}
}
}
} // .scrolling