Commit 4bac2c56 authored by Mark Otto's avatar Mark Otto

Merge branch 'btngroup' of https://github.com/liuyl/bootstrap into liuyl-btngroup

Conflicts:
	dist/css/bootstrap.min.css
parents a0c44329 56aedcb7
...@@ -3268,6 +3268,7 @@ button.close { ...@@ -3268,6 +3268,7 @@ button.close {
.btn-group-justified { .btn-group-justified {
display: table; display: table;
width: 100%; width: 100%;
table-layout: fixed;
} }
.btn-group-justified .btn { .btn-group-justified .btn {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -157,6 +157,7 @@ ...@@ -157,6 +157,7 @@
.btn-group-justified { .btn-group-justified {
display: table; display: table;
width: 100%; width: 100%;
table-layout: fixed;
.btn { .btn {
float: none; float: none;
display: table-cell; display: table-cell;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment