From: Mark Otto Date: Mon, 20 Aug 2012 19:16:15 +0000 (-0700) Subject: fix ie7 dropdowns examples in docs X-Git-Tag: v2.1.0~2^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cf3752b9be2ad4f4804fc974d465e0f897a63df;p=thirdparty%2Fbootstrap.git fix ie7 dropdowns examples in docs --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 17bfcda6af..f12f2423f2 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -239,6 +239,8 @@ hr.soften { display: inline-block; padding: 5px 8px; line-height: 1; + *display: inline; + *zoom: 1; } /* Subhead (other pages) @@ -560,6 +562,7 @@ h2 + .row { position: relative; margin: 15px 0; padding: 39px 19px 14px; + *padding-top: 19px; background-color: #fff; border: 1px solid #ddd; -webkit-border-radius: 4px; diff --git a/docs/components.html b/docs/components.html index ce90be5790..828ad7be2e 100644 --- a/docs/components.html +++ b/docs/components.html @@ -116,7 +116,7 @@

Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown javascript plugin.