From d6ed590e830be786a7d63a2eacf70b788efd8097 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Aug 2013 08:11:13 -0700 Subject: Clean up mixins, fix #9100 (no ms-keyframes) - Spacing tweaks in the general mixins - Add comments to transform mixins about IE support - Remove `-ms-keyframes` because only IE10+ supports it, and without prefix --- dist/css/bootstrap.css | 9 --------- 1 file changed, 9 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 036ff65ce..cb62a5497 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4139,15 +4139,6 @@ a.list-group-item.active > .badge, } } -@-ms-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} - @-o-keyframes progress-bar-stripes { from { background-position: 0 0; -- cgit v1.2.3