diff options
| author | Mark Otto <[email protected]> | 2013-07-05 12:21:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-05 12:21:49 -0700 |
| commit | dd691b5c3687d706969fe05b8b2e04ece4558d41 (patch) | |
| tree | 135f805f3e85d877c26ed11cf02ac6d3e601420f | |
| parent | bc3c69e4e85a886410ead0c7dfd6131455b68b64 (diff) | |
| parent | e6529e9588bed07af84daeb7af2651f05cb9220e (diff) | |
| download | bootstrap-dd691b5c3687d706969fe05b8b2e04ece4558d41.tar.xz bootstrap-dd691b5c3687d706969fe05b8b2e04ece4558d41.zip | |
Merge pull request #8390 from liuyl/typeahead
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; -} |
