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 /docs | |
| 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 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index ce707c9f2..0d90fab61 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2462,7 +2462,6 @@ table th[class*="span"] { .typeahead { z-index: 1051; - margin-top: 2px; } .well { |
