diff options
| author | Mark Otto <[email protected]> | 2013-07-28 09:37:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-28 09:37:10 -0700 |
| commit | 111dc1492f4887d02cc3af9d8e564a339bb45462 (patch) | |
| tree | 5d0b75d529c1075645b65c7c957ac9e562b3a553 /less | |
| parent | b9ff4234438e182aad434859bfeec7424d2be2a5 (diff) | |
| download | bootstrap-111dc1492f4887d02cc3af9d8e564a339bb45462.tar.xz bootstrap-111dc1492f4887d02cc3af9d8e564a339bb45462.zip | |
fixes #8714: correct stacked pills nav
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/less/navs.less b/less/navs.less index 4cbc98766..4051dbb75 100644 --- a/less/navs.less +++ b/less/navs.less @@ -148,10 +148,8 @@ > li { float: none; + li { - > a { - margin-top: 2px; - margin-left: 0; // no need for this gap between nav items - } + margin-top: 2px; + margin-left: 0; // no need for this gap between nav items } } } |
