]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Partly revert cb7eb674accd24b6b73f26ef23cf4a301b6ebfaf 13913/head
authorHeinrich Fenkart <hnrch02@gmail.com>
Tue, 24 Jun 2014 15:08:16 +0000 (17:08 +0200)
committerHeinrich Fenkart <hnrch02@gmail.com>
Tue, 24 Jun 2014 15:08:16 +0000 (17:08 +0200)
Fixes #13911

less/progress-bars.less

index 3d4e6306ffe42152139a1f48452f2e91d168149b..3ac52a29eb48d609c5e979f21a7e9ff78b4e5daa 100644 (file)
@@ -6,6 +6,13 @@
 // Bar animations
 // -------------------------
 
+// WebKit
+@-webkit-keyframes progress-bar-stripes {
+  from  { background-position: 40px 0; }
+  to    { background-position: 0 0; }
+}
+
+// Spec and IE10+
 @keyframes progress-bar-stripes {
   from  { background-position: 40px 0; }
   to    { background-position: 0 0; }