From: Mark Otto Date: Fri, 23 Mar 2012 07:28:58 +0000 (-0700) Subject: run make on merge of progress bars change X-Git-Tag: v2.0.3~5^2~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8d8ab1aad8d222e245f9dc0e6776e50c98bc48d;p=thirdparty%2Fbootstrap.git run make on merge of progress bars change --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 9263e41cc9..4ccab064f0 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index cbed3f7c89..c70b4959fe 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 {