Skip to content

Commit f24cbf8

Browse files
committed
Merge pull request #1193 from danielquinn/Firefox-friendly
Added support for standard transforms
2 parents ecc6222 + ee1ecef commit f24cbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h2>Basement Level 2</h2>
7575
<p>That's it, time to go back up.</p>
7676
<br>
7777
<a href="#/2">
78-
<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);">
78+
<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);">
7979
</a>
8080
</section>
8181
</section>

0 commit comments

Comments
 (0)