From f8dbaf8cb7f166f45db5c3009471ccdae5d6cf1b Mon Sep 17 00:00:00 2001 From: Arnold Daniels Date: Wed, 22 Feb 2012 00:03:28 +0100 Subject: [PATCH] Fix for margin form in modal --- less/jasny/modals.less | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 less/jasny/modals.less diff --git a/less/jasny/modals.less b/less/jasny/modals.less new file mode 100644 index 00000000..f203ccf8 --- /dev/null +++ b/less/jasny/modals.less @@ -0,0 +1,6 @@ +// Fixes for modals +// ---------------- + +.modal form { + margin-bottom: 0; +}