2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

fix animated/striped gradients in progress bars

This commit is contained in:
Mark Otto
2012-01-29 13:15:38 -08:00
parent 4e5b0e185e
commit 9fa8bde44d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
}
// Striped bars
.progress.striped .bar {
.progress-striped .bar {
#gradient > .striped(#62c462);
.background-size(40px 40px);
}