diff options
| author | Mark Otto <[email protected]> | 2014-02-21 17:23:01 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-21 17:23:01 -0800 |
| commit | f3e172a81f0b0a08cc4aea1f252b74ed732d9939 (patch) | |
| tree | 1c90ddba0b6174662384131d3f94b81c8891cd91 | |
| parent | e7a337a8f15e1719b161b80e5d0b00a1427522fc (diff) | |
| parent | 4dde96b674b1d62720e33edeeff27bb28fad530f (diff) | |
| download | bootstrap-f3e172a81f0b0a08cc4aea1f252b74ed732d9939.tar.xz bootstrap-f3e172a81f0b0a08cc4aea1f252b74ed732d9939.zip | |
Merge pull request #12803 from PHLAK/master
Removed unnecessary top margin from .modal-footer
| -rw-r--r-- | less/modals.less | 1 |
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; |
