Fix for margin form in modal

This commit is contained in:
Arnold Daniels
2012-02-22 00:03:28 +01:00
parent 500315a428
commit f8dbaf8cb7

6
less/jasny/modals.less Normal file
View File

@@ -0,0 +1,6 @@
// Fixes for modals
// ----------------
.modal form {
margin-bottom: 0;
}