mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
de-scope nav-header from .nav
This commit is contained in:
parent
39f8996d6a
commit
326b665065
2 changed files with 2 additions and 2 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
@ -3481,7 +3481,7 @@ input[type="submit"].btn.btn-mini {
|
|||
float: right;
|
||||
}
|
||||
|
||||
.nav .nav-header {
|
||||
.nav-header {
|
||||
display: block;
|
||||
padding: 3px 15px;
|
||||
font-size: 11px;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
|
||||
// Nav headers (for dropdowns and lists)
|
||||
.nav .nav-header {
|
||||
.nav-header {
|
||||
display: block;
|
||||
padding: 3px 15px;
|
||||
font-size: 11px;
|
||||
|
|
Loading…
Add table
Reference in a new issue