From 443c43f6c4bd98f1d35fffb59e0078b8b49791b4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 20 Sep 2012 10:27:59 -0700 Subject: [PATCH] fixes #5102, #5166, #5194, #5205: add overflow: visible; to .nav-collapse.collapse so that dropdowns overflow correctly in the navbar in IE7-8 --- docs/assets/css/bootstrap.css | 1 + docs/components.html | 6 +++--- docs/templates/pages/components.mustache | 6 +++--- less/navbar.less | 1 + less/tests/navbar-fixed-top.html | 14 +++++++++++++- less/tests/navbar-static-top.html | 14 +++++++++++++- less/tests/navbar.html | 14 +++++++++++++- 7 files changed, 47 insertions(+), 9 deletions(-) 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 -