]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
run make on merge of progress bars change
authorMark Otto <markotto@twitter.com>
Fri, 23 Mar 2012 07:28:58 +0000 (00:28 -0700)
committerMark Otto <markotto@twitter.com>
Fri, 23 Mar 2012 07:28:58 +0000 (00:28 -0700)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css

index 9263e41cc99c39853ba364429a7886b28a800e4b..4ccab064f0be2a8dea2a48b48ca1ee2a5ee9973f 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index cbed3f7c891efd933fb7610789d513aae8c55bb5..c70b4959fe42d9a58abd49dd427abf4ed6542873 100644 (file)
@@ -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 {