0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

no need for margin-top on .typeahead, it's set on .dropdown-menu

This commit is contained in:
Mark Otto 2012-12-19 19:46:44 -08:00
parent 19a94d08d6
commit 26b999b76a
2 changed files with 0 additions and 2 deletions

View File

@ -2462,7 +2462,6 @@ table th[class*="span"] {
.typeahead {
z-index: 1051;
margin-top: 2px;
}
.well {

View File

@ -216,5 +216,4 @@
// ---------
.typeahead {
z-index: 1051;
margin-top: 2px; // give it some space to breathe
}