From d8041f7c8f5f6fcb7777383429464f39879ba916 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 25 Jan 2012 08:34:20 -0800 Subject: fix margin on input buttons in modals --- lib/modals.less | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/modals.less b/lib/modals.less index fe3f295b0..d6efccd39 100644 --- a/lib/modals.less +++ b/lib/modals.less @@ -60,5 +60,6 @@ .btn { float: right; margin-left: 5px; + margin-bottom: 0; // account for input[type=submit] which gets the bottom margin like all other inputs } } -- cgit v1.2.3