consolidate some parts of the navbar

This commit is contained in:
Owen Versteeg 2014-02-19 02:33:21 -05:00
parent c4e9fa35d2
commit 85b1b3ef2d

View file

@ -1,9 +1,10 @@
nav {
nav, .navbar-link:hover, .pagename {
background: #000;
color: #fff;
position: relative;
}
.navbar {
color: #fff;
height: 1.5em;
padding: .7em 0 .95em;
outline: 0;
@ -20,11 +21,7 @@ nav {
padding-right: 1em;
color: #aaa;
top: -1px;
position: relative;
font-size: 14px;
&:hover {
color: #fff;
}
}
button.btn.close.small-btn {
@ -43,10 +40,8 @@ button.btn.close.small-btn {
}
.pagename {
color: #fff;
font-size: 22px;
top: 1px;
position: relative;
}
.navbar input, .navbar .btn {