diff options
| author | Mark Otto <[email protected]> | 2013-10-26 05:49:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-26 05:49:58 -0700 |
| commit | 64ffed87a4809388eeab891cb7c43284393e12e2 (patch) | |
| tree | 0857d0245c5ab6327500fd576c5565b7af21178b /dist/css/bootstrap.css | |
| parent | 4fac7b6d25953eeedf54eba98d3861afc8ed25de (diff) | |
| parent | aff291e1ca998591b6615f6bde3e10e1dae2403b (diff) | |
| download | bootstrap-64ffed87a4809388eeab891cb7c43284393e12e2.tar.xz bootstrap-64ffed87a4809388eeab891cb7c43284393e12e2.zip | |
Merge pull request #11244 from ZDroid/animation
Add .animation() mixin
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 00cb6337e..1aa21cec2 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5410,9 +5410,6 @@ a.thumbnail.active { .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; - -moz-animation: progress-bar-stripes 2s linear infinite; - -ms-animation: progress-bar-stripes 2s linear infinite; - -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } |
