From: Mark Otto Date: Thu, 20 Sep 2012 17:27:59 +0000 (-0700) Subject: fixes #5102, #5166, #5194, #5205: add overflow: visible; to .nav-collapse.collapse... X-Git-Tag: v2.2.0^2~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=443c43f6c4bd98f1d35fffb59e0078b8b49791b4;p=thirdparty%2Fbootstrap.git fixes #5102, #5166, #5194, #5205: add overflow: visible; to .nav-collapse.collapse so that dropdowns overflow correctly in the navbar in IE7-8 --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index fc9190fbe6..8206d0d537 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4225,6 +4225,7 @@ input[type="submit"].btn.btn-mini { .nav-collapse.collapse { height: auto; + overflow: visible; } .navbar .brand { diff --git a/docs/components.html b/docs/components.html index ac44cca29f..ea0e12272b 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1266,7 +1266,7 @@ Title -