diff options
| author | Mark Otto <[email protected]> | 2013-07-26 22:11:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 22:11:58 -0700 |
| commit | bf5434dbec308d4f49a5da0981bd5900727018d3 (patch) | |
| tree | f0b769d4bd04d976c5cc7c277315546d99144625 /less | |
| parent | 4e2774091658c20fb0077f59f104a08144b2f8e3 (diff) | |
| download | bootstrap-bf5434dbec308d4f49a5da0981bd5900727018d3.tar.xz bootstrap-bf5434dbec308d4f49a5da0981bd5900727018d3.zip | |
Fix up dropdowns being incorrectly positioned on nav pills
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/less/navs.less b/less/navs.less index 6730f19ed..00b753771 100644 --- a/less/navs.less +++ b/less/navs.less @@ -132,9 +132,7 @@ border-radius: 5px; } + li { - > a { - margin-left: 2px; - } + margin-left: 2px; } // Active state |
