diff options
| author | Mark Otto <[email protected]> | 2012-01-24 20:30:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 20:30:26 -0800 |
| commit | a03fbc18cb50c7735b80e3ced6a6ebbe2ea05d2b (patch) | |
| tree | 5e865d40ce94b8eb393247b79241db886bc3b86f /bootstrap.css | |
| parent | 731821b78f059f78800baa721410341f786698b5 (diff) | |
| download | bootstrap-a03fbc18cb50c7735b80e3ced6a6ebbe2ea05d2b.tar.xz bootstrap-a03fbc18cb50c7735b80e3ced6a6ebbe2ea05d2b.zip | |
allow for text in progress bars
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index 48f370d51..3de652f55 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: Tue Jan 24 19:36:20 PST 2012 + * Date: Tue Jan 24 20:30:11 PST 2012 */ article, aside, @@ -2772,6 +2772,10 @@ a.thumbnail:hover { .progress .bar { width: 0%; height: 18px; + color: #fff; + font-size: 12px; + text-align: center; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0480be; background-image: -khtml-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be)); background-image: -moz-linear-gradient(top, #149bdf, #0480be); |
