From: Mark Otto Date: Thu, 20 Dec 2012 03:46:44 +0000 (-0800) Subject: no need for margin-top on .typeahead, it's set on .dropdown-menu X-Git-Tag: v3.0.0-rc1~836^2~23^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26b999b76ac564b89f21e6f80cc3052f57b60aa2;p=thirdparty%2Fbootstrap.git no need for margin-top on .typeahead, it's set on .dropdown-menu --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index ce707c9f2c..0d90fab617 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2462,7 +2462,6 @@ table th[class*="span"] { .typeahead { z-index: 1051; - margin-top: 2px; } .well { diff --git a/less/dropdowns.less b/less/dropdowns.less index 922baf02dd..33f58497ed 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -216,5 +216,4 @@ // --------- .typeahead { z-index: 1051; - margin-top: 2px; // give it some space to breathe }