aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorLuca Wehrstedt <[email protected]>2013-08-13 20:28:18 +0200
committerLuca Wehrstedt <[email protected]>2013-08-14 12:37:48 +0200
commit1e1b5c737ba33c0e7a86634bcb3baedc70498884 (patch)
tree9a13ea2c57775cf6e894f4ee20c35cd3a7af20d8 /dist/css/bootstrap.css
parent1fd51b0fa30f3a5a9fe563be393f2917d3821fbb (diff)
downloadbootstrap-1e1b5c737ba33c0e7a86634bcb3baedc70498884.tar.xz
bootstrap-1e1b5c737ba33c0e7a86634bcb3baedc70498884.zip
fixes #9406: proper border for justified btn-groups inside tables
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css1
1 files changed, 1 insertions, 0 deletions
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;
}