From 9478d03cf6584ac4ec93a79b02f4290da194dee5 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 17 Feb 2014 17:52:26 +0100 Subject: drop -o-transition and -ms-transition --- css/theme/sky.css | 6 ------ 1 file changed, 6 deletions(-) (limited to 'css/theme/sky.css') diff --git a/css/theme/sky.css b/css/theme/sky.css index f37df93..841cf09 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -61,8 +61,6 @@ body { text-decoration: none; -webkit-transition: color .15s ease; -moz-transition: color .15s ease; - -ms-transition: color .15s ease; - -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:hover { @@ -86,8 +84,6 @@ body { .reveal a img { -webkit-transition: all .15s linear; -moz-transition: all .15s linear; - -ms-transition: all .15s linear; - -o-transition: all .15s linear; transition: all .15s linear; } .reveal a:hover img { @@ -136,8 +132,6 @@ body { background: #3b759e; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } /********************************************* -- cgit v1.2.3