From af8261af93c061f9bcc54bd948bd4652bd887c66 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Feb 2012 19:09:44 -0800 Subject: simplify selector for .modal-form per #2218 --- docs/assets/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/css/bootstrap.css') 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 { -- cgit v1.2.3