From: Robert Burns Date: Tue, 14 May 2013 00:01:59 +0000 (-0400) Subject: Fix caret position X-Git-Tag: v3.0.0-rc1~357^2~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7872%2Fhead;p=thirdparty%2Fbootstrap.git Fix caret position --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 0c538b8f60..8bc5c9358b 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3791,7 +3791,6 @@ button.close { } .btn .caret { - margin-top: 8px; margin-left: 0; } diff --git a/less/button-groups.less b/less/button-groups.less index bac8c06b4e..f7934a328e 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -114,7 +114,6 @@ // Reposition the caret .btn .caret { - margin-top: 8px; margin-left: 0; } // Carets in other button sizes