aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kankiewicz <[email protected]>2014-02-20 14:27:19 -0700
committerChris Kankiewicz <[email protected]>2014-02-20 14:27:19 -0700
commit4dde96b674b1d62720e33edeeff27bb28fad530f (patch)
treeaefedfa0124fa9724ce99a176a1980e810b18405
parent0c98895604902495bbc6107c62d9d8574b755193 (diff)
downloadbootstrap-4dde96b674b1d62720e33edeeff27bb28fad530f.tar.xz
bootstrap-4dde96b674b1d62720e33edeeff27bb28fad530f.zip
Removed unnecessary top margin from .modal-footer
-rw-r--r--less/modals.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less
index 21cdee0f4..f4e95346b 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -98,7 +98,6 @@
// Footer (for actions)
.modal-footer {
- margin-top: 15px;
padding: (@modal-inner-padding - 1) @modal-inner-padding @modal-inner-padding;
text-align: right; // right align buttons
border-top: 1px solid @modal-footer-border-color;