aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-02-17 11:55:38 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-02-17 11:55:38 +0100
commitb25fa5065720a95ead521d148f5384515549d383 (patch)
tree4f4aecb95e1a4946bf937bd31ca3a5c71d2e7490 /index.html
parent26e9ce1ff7d96601a83e2baa02e46699929ceada (diff)
downloadfreenode-live-2017-presentation-b25fa5065720a95ead521d148f5384515549d383.tar
freenode-live-2017-presentation-b25fa5065720a95ead521d148f5384515549d383.tar.gz
remove all use of :not(.image)
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index bc86fd2..bfaf081 100644
--- a/index.html
+++ b/index.html
@@ -64,7 +64,7 @@
Slides can be nested inside of other slides,
try pressing <a href="#" class="navigate-down">down</a>.
</p>
- <a href="#" class="image navigate-down">
+ <a href="#" class="navigate-down">
<img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
</a>
</section>
@@ -82,7 +82,7 @@
<section>
<h2>Basement Level 3</h2>
<p>That's it, time to go back up.</p>
- <a href="#/2" class="image">
+ <a href="#/2">
<img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="-webkit-transform: rotate(180deg);">
</a>
</section>
@@ -240,7 +240,7 @@ Reveal.addEventListener( 'customevent', function() {
<p>
Set <code>data-background="#007777"</code> on a slide to change the full page background to the given color. All CSS color formats are supported.
</p>
- <a href="#" class="image navigate-down">
+ <a href="#" class="navigate-down">
<img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
</a>
</section>
@@ -341,7 +341,7 @@ function linkify( selector ) {
<section>
<h2>Spectacular image!</h2>
- <a class="image" href="http://lab.hakim.se/meny/" target="_blank">
+ <a href="http://lab.hakim.se/meny/" target="_blank">
<img width="320" height="299" src="http://s3.amazonaws.com/hakim-static/portfolio/images/meny.png" alt="Meny">
</a>
</section>