0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #8390 from liuyl/typeahead

delete typeahead style
This commit is contained in:
Mark Otto 2013-07-05 12:21:49 -07:00
commit dd691b5c36
2 changed files with 0 additions and 10 deletions

View File

@ -2305,10 +2305,6 @@ input[type="button"].btn-block {
padding-left: 20px;
}
.typeahead {
z-index: 1051;
}
.list-group {
padding-left: 0;
margin-bottom: 20px;

View File

@ -158,9 +158,3 @@
padding-left: 20px;
padding-right: 20px;
}
// Typeahead
// ---------------------------
.typeahead {
z-index: 1051;
}