diff options
| author | Mark Otto <[email protected]> | 2011-08-22 12:34:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-22 12:34:55 -0700 |
| commit | 16064bed2d2338b4d4ec617c10ffdc47d2e42edb (patch) | |
| tree | 0f3abbd41d8b399097279bb0043bf54e30c75b5d /bootstrap-1.1.0.css | |
| parent | 112f7eff8ab53fbe09cf5de6fe07ad93a2b7c7f8 (diff) | |
| download | bootstrap-16064bed2d2338b4d4ec617c10ffdc47d2e42edb.tar.xz bootstrap-16064bed2d2338b4d4ec617c10ffdc47d2e42edb.zip | |
Bugfix and copy changes
Diffstat (limited to 'bootstrap-1.1.0.css')
| -rw-r--r-- | bootstrap-1.1.0.css | 3 |
1 files changed, 2 insertions, 1 deletions
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); |
