From 16064bed2d2338b4d4ec617c10ffdc47d2e42edb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 22 Aug 2011 12:34:55 -0700 Subject: Bugfix and copy changes --- bootstrap-1.1.0.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap-1.1.0.css') diff --git a/bootstrap-1.1.0.css b/bootstrap-1.1.0.css index cdf1e2df4..b97d2919a 100644 --- a/bootstrap-1.1.0.css +++ b/bootstrap-1.1.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: Mon Aug 22 11:28:45 PDT 2011 + * Date: Mon Aug 22 12:34:49 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). @@ -489,6 +489,7 @@ a:hover { -moz-opacity: 0.65; opacity: 0.65; cursor: default; + color: #fff; } .btn:active { -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05); -- cgit v1.2.3