diff options
| author | Mark Otto <[email protected]> | 2012-02-27 19:09:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-27 19:09:44 -0800 |
| commit | af8261af93c061f9bcc54bd948bd4652bd887c66 (patch) | |
| tree | 06b42b405aa958a6a167c1aef85df5f77496f9d2 /docs/assets/css/bootstrap.css | |
| parent | 7bdd9551edddd379ac999d034aa5c435fbba9bc9 (diff) | |
| download | bootstrap-af8261af93c061f9bcc54bd948bd4652bd887c66.tar.xz bootstrap-af8261af93c061f9bcc54bd948bd4652bd887c66.zip | |
simplify selector for .modal-form per #2218
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index e47dbb25f..37f0aac4f 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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 { |
