From 58dd1f20aeee82d29693f731844a00cb9c5e4328 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 20 Aug 2012 12:20:22 -0700 Subject: fix vertical button-groups in ie7 --- docs/assets/css/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 364509eca..20a43ccbd 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3516,6 +3516,10 @@ input[type="submit"].btn.btn-mini { .btn-group-vertical { display: inline-block; + *display: inline; + /* IE7 inline-block hack */ + + *zoom: 1; } .btn-group-vertical .btn { -- cgit v1.2.3