aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-04-12 17:05:06 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-04-12 17:05:06 +0200
commitf24cbf8ad27b5973430978447c0d20ab38f1d2a6 (patch)
tree28f032bfd2cac6b9dc8ab228401549900c6baaa9 /index.html
parentecc6222e7efc4781cc11402318b281f4211be806 (diff)
parentee1ecef0e4823ab813224defcd8391ea252adfa1 (diff)
downloadfreenode-live-2017-presentation-f24cbf8ad27b5973430978447c0d20ab38f1d2a6.tar
freenode-live-2017-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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index f89bc4c..f82778d 100644
--- a/index.html
+++ b/index.html
@@ -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>