From 1e1b5c737ba33c0e7a86634bcb3baedc70498884 Mon Sep 17 00:00:00 2001 From: Luca Wehrstedt Date: Tue, 13 Aug 2013 20:28:18 +0200 Subject: fixes #9406: proper border for justified btn-groups inside tables --- dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5017c5fec..f9226e258 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3872,6 +3872,7 @@ button.close { .btn-group-justified { display: table; width: 100%; + border-collapse: separate; table-layout: fixed; } -- cgit v1.2.3