Commit 81f31d95 authored by Mark Otto's avatar Mark Otto

Merge branch 'patch-1' of https://github.com/sirlantis/bootstrap into sirlantis-patch-1

parents a28fa200 1a1cab2d
......@@ -7,26 +7,26 @@
// Webkit
@-webkit-keyframes progress-bar-stripes {
from { background-position: 0 0; }
to { background-position: 40px 0; }
from { background-position: 40px 0; }
to { background-position: 0 0; }
}
// Firefox
@-moz-keyframes progress-bar-stripes {
from { background-position: 0 0; }
to { background-position: 40px 0; }
from { background-position: 40px 0; }
to { background-position: 0 0; }
}
// IE9
@-ms-keyframes progress-bar-stripes {
from { background-position: 0 0; }
to { background-position: 40px 0; }
from { background-position: 40px 0; }
to { background-position: 0 0; }
}
// Spec
@keyframes progress-bar-stripes {
from { background-position: 0 0; }
to { background-position: 40px 0; }
from { background-position: 40px 0; }
to { background-position: 0 0; }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment