From: Mark Otto Date: Tue, 28 Feb 2012 03:09:44 +0000 (-0800) Subject: simplify selector for .modal-form per #2218 X-Git-Tag: v2.0.2~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af8261af93c061f9bcc54bd948bd4652bd887c66;p=thirdparty%2Fbootstrap.git simplify selector for .modal-form per #2218 --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 83f3d3d6b9..94c7df1009 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index e47dbb25fd..37f0aac4f1 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 { diff --git a/less/modals.less b/less/modals.less index a6d8694c11..b6f71ffff2 100644 --- a/less/modals.less +++ b/less/modals.less @@ -63,7 +63,7 @@ padding: 15px; } // Remove bottom margin if need be -.modal-body .modal-form { +.modal-form { margin-bottom: 0; }