Bring back styling pre-Bootstrap upgrade

This commit is contained in:
Matt Fullerton
2014-11-03 09:40:49 +01:00
parent e67493e514
commit d11c88b99f
2 changed files with 12 additions and 3 deletions

View File

@@ -66,11 +66,20 @@ a:hover {
font-weight:400;
letter-spacing:-1px;
line-height: 32px;
text-shadow: none !important;
color: #ffffff;
}
.navbar .nav > li > a {
padding: 15px 10px;
font-size: 13px;
text-shadow: none !important;
color: #999999;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
color: #ffffff;
}
.navbar .divider-vertical {