diff options
| author | Zlatan Vasović <[email protected]> | 2013-11-13 22:32:46 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-11-13 22:32:46 +0100 |
| commit | c2a6e950d75ece24aa856b0cd7b0f50223c9a7f9 (patch) | |
| tree | 53ee8dbf571f1b28c1345c55dd71388486d8f955 /dist/css/bootstrap.css | |
| parent | 4cbc8d49b10f707029019aaa5eba50e56390a3c5 (diff) | |
| download | bootstrap-c2a6e950d75ece24aa856b0cd7b0f50223c9a7f9.tar.xz bootstrap-c2a6e950d75ece24aa856b0cd7b0f50223c9a7f9.zip | |
Remove unusual keyframes prefixes
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6aef1f6fd..64740d9df 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; |
