From 88f2f848b31f09dff025ee4270098a7c8f026000 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Sep 2011 22:02:26 -0700 Subject: change modal buttons back to be primary first --- bootstrap-1.3.0.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap-1.3.0.css') diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css index 9b4cf1d73..e4b74d6fe 100644 --- a/bootstrap-1.3.0.css +++ b/bootstrap-1.3.0.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: Sun Sep 11 21:42:35 PDT 2011 + * Date: Sun Sep 11 22:02:16 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -2113,7 +2113,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { box-shadow: inset 0 1px 0 #ffffff; zoom: 1; margin-bottom: 0; - text-align: right; } .modal-footer:before, .modal-footer:after { display: table; @@ -2125,6 +2124,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { clear: both; } .modal-footer .btn { + float: right; margin-left: 5px; } .twipsy { -- cgit v1.2.3