aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-07 11:10:00 -0700
committerMark Otto <[email protected]>2012-09-07 11:10:00 -0700
commitf2bd7d9f276753a8a2ab27490d06c2a081abb3af (patch)
tree8518671bfeaa7d479f9e8ebf87a92d6579bb32e3 /less
parent6c5c3c81ecf6f329e950ca4e8970bbcaa7597043 (diff)
downloadbootstrap-f2bd7d9f276753a8a2ab27490d06c2a081abb3af.tar.xz
bootstrap-f2bd7d9f276753a8a2ab27490d06c2a081abb3af.zip
fixes #5018: .btn-block in .modal-footer no longer has left margin
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 81cacb7ab..a0401c4d1 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -95,4 +95,8 @@
.btn-group .btn + .btn {
margin-left: -1px;
}
+ // and override it for block buttons as well
+ .btn-block + .btn-block {
+ margin-left: 0;
+ }
}