1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-29 23:09:05 +02: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

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;