Skip to content

Commit

Permalink
Merge pull request #11476 from ZDroid/keyframes
Browse files Browse the repository at this point in the history
Remove unusual keyframes prefixes
  • Loading branch information
juthilo committed Nov 14, 2013
2 parents 4cbc8d4 + c2a6e95 commit 27b62d3
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 27b62d3

Please sign in to comment.