2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

remove bottom margin from form in modals for temp fix"

This commit is contained in:
Mark Otto
2011-10-09 20:57:38 -07:00
parent 13cc27a6b4
commit 8f0671adfb
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -833,6 +833,9 @@ input[type=submit].btn {
.modal-body {
padding: 15px;
}
.modal-body form {
margin-bottom: 0;
}
.modal-footer {
background-color: #f5f5f5;
padding: 14px 15px 15px;