diff options
| author | Mark Otto <[email protected]> | 2011-10-09 20:57:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-09 20:57:38 -0700 |
| commit | 8f0671adfb70a7037dfcecf84e584ae38fc89b27 (patch) | |
| tree | 2a36e3fcab8ba28d7f92428f00f328e29e900109 /bootstrap.css | |
| parent | 13cc27a6b4f0ebbe90fcd9d9409d50fd46f6022b (diff) | |
| download | bootstrap-8f0671adfb70a7037dfcecf84e584ae38fc89b27.tar.xz bootstrap-8f0671adfb70a7037dfcecf84e584ae38fc89b27.zip | |
remove bottom margin from form in modals for temp fix"
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index fb0f5d74a..176c332e7 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sat Oct 8 09:21:16 PDT 2011 + * Date: Sun Oct 9 20:57:28 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -2165,6 +2165,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { .modal-body { padding: 15px; } +.modal-body form { + margin-bottom: 0; +} .modal-footer { background-color: #f5f5f5; padding: 14px 15px 15px; |
