diff options
| author | Zlatan Vasović <[email protected]> | 2013-10-26 14:11:59 +0200 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-10-26 14:11:59 +0200 |
| commit | aff291e1ca998591b6615f6bde3e10e1dae2403b (patch) | |
| tree | 0857d0245c5ab6327500fd576c5565b7af21178b /dist/css/bootstrap.css | |
| parent | 4fac7b6d25953eeedf54eba98d3861afc8ed25de (diff) | |
| download | bootstrap-aff291e1ca998591b6615f6bde3e10e1dae2403b.tar.xz bootstrap-aff291e1ca998591b6615f6bde3e10e1dae2403b.zip | |
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; } |
