From 26b999b76ac564b89f21e6f80cc3052f57b60aa2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 19 Dec 2012 19:46:44 -0800 Subject: [PATCH] no need for margin-top on .typeahead, it's set on .dropdown-menu --- docs/assets/css/bootstrap.css | 1 - less/dropdowns.less | 1 - 2 files changed, 2 deletions(-) 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 }