aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-22 12:38:56 -0800
committerMark Otto <[email protected]>2014-02-22 12:38:56 -0800
commit7e551ecaf71cb9971990e156c54e5ee0fb758a98 (patch)
treea19eeb94cf3613058d64d88ded5004cae3c0c598 /less/modals.less
parent4ccf088a24b8c0f9694458c81d44514559712a65 (diff)
downloadbootstrap-7e551ecaf71cb9971990e156c54e5ee0fb758a98.tar.xz
bootstrap-7e551ecaf71cb9971990e156c54e5ee0fb758a98.zip
Update modals to use more consistent padding—modal body and footer now match modal header
Diffstat (limited to 'less/modals.less')
-rw-r--r--less/modals.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less
index f4e95346b..0ba977e6d 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -98,7 +98,7 @@
// Footer (for actions)
.modal-footer {
- padding: (@modal-inner-padding - 1) @modal-inner-padding @modal-inner-padding;
+ padding: @modal-inner-padding;
text-align: right; // right align buttons
border-top: 1px solid @modal-footer-border-color;
&:extend(.clearfix all); // clear it in case folks use .pull-* classes on buttons