aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-11 22:28:37 -0700
committerMark Otto <[email protected]>2012-03-11 22:28:37 -0700
commitac7f571e536f4a6d5ee28fba50810d84e4dc1403 (patch)
tree2960a207dd4bf42d4cad421993126d4fd9166bcd /less
parente5a284d442a9c197bf52c9e46e0e387ff45ab9d6 (diff)
downloadbootstrap-ac7f571e536f4a6d5ee28fba50810d84e4dc1403.tar.xz
bootstrap-ac7f571e536f4a6d5ee28fba50810d84e4dc1403.zip
enable button groups in modal-footer by removing 5px added margin between .btn
Diffstat (limited to 'less')
-rw-r--r--less/modals.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less
index b6f71ffff..4fccea738 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -83,4 +83,8 @@
margin-left: 5px;
margin-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs
}
+ // but override that for button groups
+ .btn-group .btn + .btn {
+ margin-left: -1px;
+ }
}