Skip to content

Commit

Permalink
simplify selector for .modal-form per twbs#2218
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 28, 2012
1 parent 7bdd955 commit af8261a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified docs/assets/bootstrap.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/assets/css/bootstrap.css
Expand Up @@ -3058,7 +3058,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
max-height: 400px;
padding: 15px;
}
.modal-body .modal-form {
.modal-form {
margin-bottom: 0;
}
.modal-footer {
Expand Down
2 changes: 1 addition & 1 deletion less/modals.less
Expand Up @@ -63,7 +63,7 @@
padding: 15px;
}
// Remove bottom margin if need be
.modal-body .modal-form {
.modal-form {
margin-bottom: 0;
}

Expand Down

0 comments on commit af8261a

Please sign in to comment.