From aff291e1ca998591b6615f6bde3e10e1dae2403b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sat, 26 Oct 2013 14:11:59 +0200 Subject: Add .animation() mixin --- dist/css/bootstrap.css | 3 --- 1 file changed, 3 deletions(-) (limited to 'dist/css/bootstrap.css') 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; } -- cgit v1.2.3