From d9a662ed1dbe3dbfe30980d45c831e3b454bff86 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 27 Jun 2013 20:15:44 -0700 Subject: fixes #7977: prevent some table bullshit on input groups --- docs/assets/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c362c1f09..dc62bef97 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1679,6 +1679,7 @@ input[type="color"].input-small { .input-group { display: table; + border-collapse: separate; } .input-group.col { -- cgit v1.2.3