diff options
| author | Mark Otto <[email protected]> | 2012-07-17 22:40:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-17 22:40:38 -0700 |
| commit | 326b665065d8a1901cf53c145b98cbbdbdae6057 (patch) | |
| tree | 63c07c0ba30c6638ffd8691e19e90421ce64fcd3 /less | |
| parent | 39f8996d6a34ac2fab1bdf47db65fd9bde891308 (diff) | |
| download | bootstrap-326b665065d8a1901cf53c145b98cbbdbdae6057.tar.xz bootstrap-326b665065d8a1901cf53c145b98cbbdbdae6057.zip | |
de-scope nav-header from .nav
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less index 799a38ce5..96723ffc9 100644 --- a/less/navs.less +++ b/less/navs.less @@ -27,7 +27,7 @@ } // Nav headers (for dropdowns and lists) -.nav .nav-header { +.nav-header { display: block; padding: 3px 15px; font-size: 11px; |
