diff options
| author | Mark Otto <[email protected]> | 2011-09-11 22:02:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 22:02:26 -0700 |
| commit | 88f2f848b31f09dff025ee4270098a7c8f026000 (patch) | |
| tree | 44914ebb82b03e1a135907fb4f314702677e5ae9 /bootstrap-1.3.0.css | |
| parent | c73533ac73c5bed6f35576e8db2945ec11acb11c (diff) | |
| download | bootstrap-88f2f848b31f09dff025ee4270098a7c8f026000.tar.xz bootstrap-88f2f848b31f09dff025ee4270098a7c8f026000.zip | |
change modal buttons back to be primary first
Diffstat (limited to 'bootstrap-1.3.0.css')
| -rw-r--r-- | bootstrap-1.3.0.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |
