aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDaniel Quinn <code@danielquinn.org>2015-04-03 12:26:40 +0200
committerDaniel Quinn <code@danielquinn.org>2015-04-03 12:26:40 +0200
commitee1ecef0e4823ab813224defcd8391ea252adfa1 (patch)
tree2c5264ef0d703c1db1c0750fcd52fe99ec9205c4 /index.html
parent8858ee75a5b5a74c4ed102555c7baaa0f5d29ecd (diff)
downloadfreenode-live-2017-presentation-ee1ecef0e4823ab813224defcd8391ea252adfa1.tar
freenode-live-2017-presentation-ee1ecef0e4823ab813224defcd8391ea252adfa1.tar.gz
Added support for standard transforms
-webkit- stuff only works on webkit browsers. I'm pretty sure that using the standard `transform:` here works in most modern browsers.
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 5b631e9..e839709 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>