diff options
| author | Mark Otto <[email protected]> | 2012-03-23 00:28:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-23 00:28:58 -0700 |
| commit | b8d8ab1aad8d222e245f9dc0e6776e50c98bc48d (patch) | |
| tree | be60c2164dc948cb3c89ba3e52cae463f55d10b6 /docs/assets/css | |
| parent | 81f31d95c8e5894ebc02535613bed700452df778 (diff) | |
| download | bootstrap-b8d8ab1aad8d222e245f9dc0e6776e50c98bc48d.tar.xz bootstrap-b8d8ab1aad8d222e245f9dc0e6776e50c98bc48d.zip | |
run make on merge of progress bars change
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index cbed3f7c8..c70b4959f 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3641,34 +3641,34 @@ a.badge:hover { } @-webkit-keyframes progress-bar-stripes { from { - background-position: 0 0; + background-position: 40px 0; } to { - background-position: 40px 0; + background-position: 0 0; } } @-moz-keyframes progress-bar-stripes { from { - background-position: 0 0; + background-position: 40px 0; } to { - background-position: 40px 0; + background-position: 0 0; } } @-ms-keyframes progress-bar-stripes { from { - background-position: 0 0; + background-position: 40px 0; } to { - background-position: 40px 0; + background-position: 0 0; } } @keyframes progress-bar-stripes { from { - background-position: 0 0; + background-position: 40px 0; } to { - background-position: 40px 0; + background-position: 0 0; } } .progress { |
