From e559857b129f34d91ecc4b9dc15d90a962b9d706 Mon Sep 17 00:00:00 2001 From: nicdutil Date: Tue, 24 Feb 2015 00:45:08 -0500 Subject: [PATCH] fixed ie9 rotate issue with scroll-down arrow --- assets/css/screen.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/screen.css b/assets/css/screen.css index b3ffc3e..856dc65 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -513,6 +513,7 @@ margin on the iframe, cause it breaks stuff. */ text-decoration: none; color: rgba(255,255,255,0.7); -webkit-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-animation: bounce 4s 2s infinite; animation: bounce 4s 2s infinite;