From 7d9fb1dda7a3009e986364b714313037bfb67d0c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Jul 2013 15:28:38 -0700 Subject: Jankily fix input group wrapping with button groups in Firefox (fixes #8321, #8429, and #8067) --- docs/assets/css/bootstrap.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index ebfc45fdd..257cbacb1 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1792,11 +1792,10 @@ input[type="color"].input-small { .input-group-btn > .btn { position: relative; - float: left; } .input-group-btn > .btn + .btn { - margin-left: -1px; + margin-left: -4px; } .input-group-btn > .btn:hover, -- cgit v1.2.3