2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

add navbarheight support to .brand and .nav links in navbar

This commit is contained in:
Mark Otto
2012-03-25 12:32:29 -07:00
parent 6c5c29ada2
commit b81a082cd1
3 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -2804,6 +2804,7 @@ input[type="submit"].btn.btn-mini {
margin-bottom: 18px;
}
.navbar-inner {
height: 40px;
padding-left: 20px;
padding-right: 20px;
background-color: #2c2c2c;
@@ -3030,7 +3031,7 @@ input[type="submit"].btn.btn-mini {
}
.navbar .nav > li > a {
float: none;
padding: 10px 10px 11px;
padding: 9px 10px 11px;
line-height: 19px;
color: #999999;
text-decoration: none;