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 /lib | |
| parent | 13cc27a6b4f0ebbe90fcd9d9409d50fd46f6022b (diff) | |
| download | bootstrap-8f0671adfb70a7037dfcecf84e584ae38fc89b27.tar.xz bootstrap-8f0671adfb70a7037dfcecf84e584ae38fc89b27.zip | |
remove bottom margin from form in modals for temp fix"
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index c3a8cf67b..6d02778b8 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -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; |
