1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

simplify selector for .modal-form per #2218

This commit is contained in:
Mark Otto 2012-02-27 19:09:44 -08:00
parent 7bdd9551ed
commit af8261af93
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -3058,7 +3058,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
max-height: 400px; max-height: 400px;
padding: 15px; padding: 15px;
} }
.modal-body .modal-form { .modal-form {
margin-bottom: 0; margin-bottom: 0;
} }
.modal-footer { .modal-footer {

View file

@ -63,7 +63,7 @@
padding: 15px; padding: 15px;
} }
// Remove bottom margin if need be // Remove bottom margin if need be
.modal-body .modal-form { .modal-form {
margin-bottom: 0; margin-bottom: 0;
} }