diff options
| author | Mark Otto <[email protected]> | 2013-08-05 08:11:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 08:11:13 -0700 |
| commit | d6ed590e830be786a7d63a2eacf70b788efd8097 (patch) | |
| tree | 88211f27ebc0e0f5755621772d2493af16e940f4 /dist/css/bootstrap.css | |
| parent | 7a98af5ec82f230dfab774b213f401f47bd9e953 (diff) | |
| download | bootstrap-d6ed590e830be786a7d63a2eacf70b788efd8097.tar.xz bootstrap-d6ed590e830be786a7d63a2eacf70b788efd8097.zip | |
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
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 9 |
1 files changed, 0 insertions, 9 deletions
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; |
