diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-04-12 17:05:06 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-04-12 17:05:06 +0200 |
commit | f24cbf8ad27b5973430978447c0d20ab38f1d2a6 (patch) | |
tree | 28f032bfd2cac6b9dc8ab228401549900c6baaa9 /index.html | |
parent | ecc6222e7efc4781cc11402318b281f4211be806 (diff) | |
parent | ee1ecef0e4823ab813224defcd8391ea252adfa1 (diff) | |
download | fosdem-2018-presentation-f24cbf8ad27b5973430978447c0d20ab38f1d2a6.tar fosdem-2018-presentation-f24cbf8ad27b5973430978447c0d20ab38f1d2a6.tar.gz |
Merge pull request #1193 from danielquinn/Firefox-friendly
Added support for standard transforms
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ <p>That's it, time to go back up.</p> <br> <a href="#/2"> - <img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="-webkit-transform: rotate(180deg);"> + <img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="transform: rotate(180deg); -webkit-transform: rotate(180deg);"> </a> </section> </section> |