diff options
| author | Mark Otto <[email protected]> | 2011-08-20 23:45:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-20 23:45:01 -0700 |
| commit | 4512cc565241159fc9c19b05f6d72bf01106cae6 (patch) | |
| tree | 6e949279f0685cb031d08372c61af9acdee65944 /bootstrap-1.0.0.css | |
| parent | e179f0acb33beae609fb9abeb983ab799b1b1e1d (diff) | |
| download | bootstrap-4512cc565241159fc9c19b05f6d72bf01106cae6.tar.xz bootstrap-4512cc565241159fc9c19b05f6d72bf01106cae6.zip | |
updated compiled and minified, fix bug where links didn't inherit font weight
Diffstat (limited to 'bootstrap-1.0.0.css')
| -rw-r--r-- | bootstrap-1.0.0.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index e2fb7da87..c690088ef 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.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: Sat Aug 20 20:18:13 PDT 2011 + * Date: Sat Aug 20 23:43:58 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). @@ -375,6 +375,7 @@ a { color: #0069d6; text-decoration: none; line-height: inherit; + font-weight: inherit; } a:hover { color: #0050a3; @@ -386,7 +387,7 @@ a:hover { background-repeat: no-repeat; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(#ffffff, color-stop(0.25, #ffffff), #e6e6e6); - background-image: -moz-linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6); + background-image: -moz-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); background-image: -ms-linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6); background-image: -o-linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6); background-image: linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6); |
