diff options
| author | Mark Otto <[email protected]> | 2012-12-19 19:46:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-19 19:46:44 -0800 |
| commit | 26b999b76ac564b89f21e6f80cc3052f57b60aa2 (patch) | |
| tree | 4ed084c7e664503f47503ee40ecd4a6d9d4e3feb /less/dropdowns.less | |
| parent | 19a94d08d659d39e718efca95812cac2db178b15 (diff) | |
| download | bootstrap-26b999b76ac564b89f21e6f80cc3052f57b60aa2.tar.xz bootstrap-26b999b76ac564b89f21e6f80cc3052f57b60aa2.zip | |
no need for margin-top on .typeahead, it's set on .dropdown-menu
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 922baf02d..33f58497e 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -216,5 +216,4 @@ // --------- .typeahead { z-index: 1051; - margin-top: 2px; // give it some space to breathe } |
