From 40604548ce91ffd2ccfcca782f4db5fc79d70417 Mon Sep 17 00:00:00 2001 From: Chris Gunther Date: Wed, 7 Dec 2011 20:16:19 -0500 Subject: remove text-shadow from labels --- bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap.css') diff --git a/bootstrap.css b/bootstrap.css index e5aa16608..1d6119ca5 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: Sun Nov 20 21:42:29 PST 2011 + * Date: Wed Dec 7 20:14:59 EST 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). @@ -2415,6 +2415,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; + text-shadow: none; } .label.important { background-color: #c43c35; -- cgit v1.2.3 From 7fbb3660ef0b1fd759355fc3d65994f0c14b4a2f Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Sun, 25 Dec 2011 20:18:49 -0800 Subject: Rebuild CSS --- bootstrap.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bootstrap.css') diff --git a/bootstrap.css b/bootstrap.css index 1d6119ca5..b2263018e 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 Dec 7 20:14:59 EST 2011 + * Date: Sun Dec 25 20:18:31 PST 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). @@ -2177,6 +2177,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { top: 50%; left: 50%; z-index: 11000; + max-height: 500px; + overflow: auto; width: 560px; margin: -250px 0 0 -280px; background-color: #ffffff; -- cgit v1.2.3