From cd0c9bb11fc05affeee69d5130e0d47e277e4c73 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 3 Sep 2014 19:10:04 -0500 Subject: [PATCH] fix for IE Believe it or not, IE breaks the controls --- audio-js.css | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 audio-js.css diff --git a/audio-js.css b/audio-js.css old mode 100644 new mode 100755 index 6697b78..f22cabc --- a/audio-js.css +++ b/audio-js.css @@ -40,6 +40,7 @@ so you can upgrade to newer versions easier. */ -o-transition: opacity 0.5s linear; -ms-transition: opacity 0.5s linear; transition: opacity 0.5s linear; + font-size: 0; } .ajs-hide {