]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
no need for margin-top on .typeahead, it's set on .dropdown-menu
authorMark Otto <otto@github.com>
Thu, 20 Dec 2012 03:46:44 +0000 (19:46 -0800)
committerMark Otto <otto@github.com>
Thu, 20 Dec 2012 03:46:44 +0000 (19:46 -0800)
docs/assets/css/bootstrap.css
less/dropdowns.less

index ce707c9f2c6b5ffd7a651724cc49d567ec021fd0..0d90fab61755f43f5a1b3b892d064591cc3240b1 100644 (file)
@@ -2462,7 +2462,6 @@ table th[class*="span"] {
 
 .typeahead {
   z-index: 1051;
-  margin-top: 2px;
 }
 
 .well {
index 922baf02ddeb22d3e78b0d66ba91463e3f112e33..33f58497ed508785768027a4b2095f15e69c7eb4 100644 (file)
 // ---------
 .typeahead {
   z-index: 1051;
-  margin-top: 2px; // give it some space to breathe
 }