diff options
| author | Mark Otto <[email protected]> | 2012-01-25 11:05:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 11:05:23 -0800 |
| commit | 603aaa01ef487d912569459adc69bc06eb0ade52 (patch) | |
| tree | a9610edfad63625f40b177af333dad58d675ebed /bootstrap.css | |
| parent | 66f6535579e0d283d1ee24c99636c29ec1eef1c5 (diff) | |
| download | bootstrap-603aaa01ef487d912569459adc69bc06eb0ade52.tar.xz bootstrap-603aaa01ef487d912569459adc69bc06eb0ade52.zip | |
remake after updating variables from @lookfirst
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.css b/bootstrap.css index 767624b14..33260da9e 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 Jan 25 10:47:55 PST 2012 + * Date: Wed Jan 25 11:05:15 PST 2012 */ article, aside, @@ -2776,7 +2776,7 @@ a.thumbnail:hover { .progress .bar { width: 0%; height: 18px; - color: #fff; + color: #ffffff; font-size: 12px; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); @@ -2957,10 +2957,10 @@ a.thumbnail:hover { font-size: 60px; font-weight: 100; line-height: 30px; - color: #fff; + color: #ffffff; text-align: center; background: #222222; - border: 3px solid #fff; + border: 3px solid #ffffff; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 23px; |
