Merge pull request #174 from nicdutil/master

fixed ie9 rotate issue with scroll-down arrow
This commit is contained in:
John O'Nolan 2015-02-24 09:44:03 +02:00
commit 191f5f74f1
1 changed files with 1 additions and 0 deletions

View File

@ -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;