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 --- bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap.css') diff --git a/bootstrap.css b/bootstrap.css index 3b04dc30e..616e90bb1 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Wed Jan 25 01:02:35 PST 2012 + * Date: Wed Jan 25 08:34:06 PST 2012 */ article, aside, @@ -2198,6 +2198,7 @@ i { .modal-footer .btn { float: right; margin-left: 5px; + margin-bottom: 0; } .tooltip { position: absolute; -- cgit v1.2.3