aboutsummaryrefslogtreecommitdiff
path: root/less/variables.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/variables.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/variables.less')
-rw-r--r--less/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less
index 3846adc59..fa736f0ac 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -558,7 +558,7 @@
//##
//** Padding applied to the modal body
-@modal-inner-padding: 20px;
+@modal-inner-padding: 15px;
//** Padding applied to the modal title
@modal-title-padding: 15px;