0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #12803 from PHLAK/master

Removed unnecessary top margin from .modal-footer
This commit is contained in:
Mark Otto 2014-02-21 17:23:01 -08:00
commit f3e172a81f

View File

@ -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;