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:
Vendored
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user