aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-25 08:34:20 -0800
committerMark Otto <[email protected]>2012-01-25 08:34:20 -0800
commitd8041f7c8f5f6fcb7777383429464f39879ba916 (patch)
treed2f07f3efc2c572e8a30561f96b09b12ac8e29bb /lib
parentde4ada3b88d7514d0320540e5a298fbe878778e1 (diff)
downloadbootstrap-d8041f7c8f5f6fcb7777383429464f39879ba916.tar.xz
bootstrap-d8041f7c8f5f6fcb7777383429464f39879ba916.zip
fix margin on input buttons in modals
Diffstat (limited to 'lib')
-rw-r--r--lib/modals.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/modals.less b/lib/modals.less
index fe3f295b0..d6efccd39 100644
--- a/lib/modals.less
+++ b/lib/modals.less
@@ -60,5 +60,6 @@
.btn {
float: right;
margin-left: 5px;
+ margin-bottom: 0; // account for input[type=submit] which gets the bottom margin like all other inputs
}
}