Skip to content

Commit

Permalink
Remove unusual keyframes prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlatan Vasović committed Nov 13, 2013
1 parent 4cbc8d4 commit c2a6e95
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 31 deletions.
18 changes: 0 additions & 18 deletions dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5396,24 +5396,6 @@ a.thumbnail.active {
}
}

@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}

@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}

@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions less/progress-bars.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@
to { background-position: 0 0; }
}

// Firefox
@-moz-keyframes progress-bar-stripes {
from { background-position: 40px 0; }
to { background-position: 0 0; }
}

// Opera
@-o-keyframes progress-bar-stripes {
from { background-position: 0 0; }
to { background-position: 40px 0; }
}

// Spec and IE10+
@keyframes progress-bar-stripes {
from { background-position: 40px 0; }
Expand Down

0 comments on commit c2a6e95

Please sign in to comment.