]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
simplify selector for .modal-form per #2218
authorMark Otto <markotto@twitter.com>
Tue, 28 Feb 2012 03:09:44 +0000 (19:09 -0800)
committerMark Otto <markotto@twitter.com>
Tue, 28 Feb 2012 03:09:44 +0000 (19:09 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/modals.less

index 83f3d3d6b9e17d5a3ac8eb55342acfa8fa7ba1f4..94c7df100994ff82669ebd6b6e6536cad594c833 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index e47dbb25fdcfd1a526f74692e24bf82d6742626e..37f0aac4f1c802470650a67b91452ac297cbd5cc 100644 (file)
@@ -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 {
index a6d8694c110a49d3a60bdd82c550800d45fe954d..b6f71ffff2f6fce9540ebe99be95697a71645d05 100644 (file)
@@ -63,7 +63,7 @@
   padding: 15px;
 }
 // Remove bottom margin if need be
-.modal-body .modal-form {
+.modal-form {
   margin-bottom: 0;
 }