diff options
| author | liuyl <[email protected]> | 2013-07-05 15:09:16 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-07-05 15:09:16 +0800 |
| commit | e6529e9588bed07af84daeb7af2651f05cb9220e (patch) | |
| tree | 484d852af71cab92358153a1688b41f599661c06 | |
| parent | d483e77553763813d90fb26b44146a9bf7edc298 (diff) | |
| download | bootstrap-e6529e9588bed07af84daeb7af2651f05cb9220e.tar.xz bootstrap-e6529e9588bed07af84daeb7af2651f05cb9220e.zip | |
delete typeahead style
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 | ||||
| -rw-r--r-- | less/dropdowns.less | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a28f94f06..a576aa968 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2305,10 +2305,6 @@ input[type="button"].btn-block { padding-left: 20px; } -.typeahead { - z-index: 1051; -} - .list-group { padding-left: 0; margin-bottom: 20px; diff --git a/less/dropdowns.less b/less/dropdowns.less index f2ddc4392..0a412f9c3 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -158,9 +158,3 @@ padding-left: 20px; padding-right: 20px; } - -// Typeahead -// --------------------------- -.typeahead { - z-index: 1051; -} |
