diff options
| author | Mark Otto <[email protected]> | 2016-11-25 15:00:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-25 15:00:23 -0800 |
| commit | 49be9bc63af9391721287c189bf2f9150aad15bc (patch) | |
| tree | 255d689d20f0246a18ddf3070ce1a5c2b0cea09d /dist/css/bootstrap.css | |
| parent | 432fe74c3182f3be258320fec31b0a8c5d70848d (diff) | |
| download | bootstrap-49be9bc63af9391721287c189bf2f9150aad15bc.tar.xz bootstrap-49be9bc63af9391721287c189bf2f9150aad15bc.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 99de7686c..5eb2f7f51 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5831,7 +5831,7 @@ button.close { .carousel-inner > .carousel-item { -webkit-transition: -webkit-transform .6s ease-in-out; transition: -webkit-transform .6s ease-in-out; - -o-transition: transform .6s ease-in-out, -o-transform .6s ease-in-out; + -o-transition: -o-transform .6s ease-in-out; transition: transform .6s ease-in-out; transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out; -webkit-backface-visibility: hidden; |
