aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorliuyl <[email protected]>2013-08-01 11:26:12 +0800
committerliuyl <[email protected]>2013-08-01 11:26:12 +0800
commit56aedcb71397c867396455b6860d627c1efe2707 (patch)
treea9212ca22545af1c6894d5616fe16872cf49e7cf /dist/css/bootstrap.css
parente9413315b55ec036a6de9846e4fb2fed1f910b7c (diff)
downloadbootstrap-56aedcb71397c867396455b6860d627c1efe2707.tar.xz
bootstrap-56aedcb71397c867396455b6860d627c1efe2707.zip
add table-layout
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 e0862209e..f11f26248 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -3158,6 +3158,7 @@ button.close {
.btn-group-justified {
display: table;
width: 100%;
+ table-layout: fixed;
}
.btn-group-justified .btn {