aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/index.html b/index.html
index 4b4edea..a3bfd7d 100644
--- a/index.html
+++ b/index.html
@@ -167,12 +167,15 @@
<h2>Themes</h2>
<p>
Reveal.js comes with a few themes built in: <br>
+ <a href="?#/themes">Default</a> -
<a href="?theme=sky#/themes">Sky</a> -
<a href="?theme=beige#/themes">Beige</a> -
<a href="?theme=simple#/themes">Simple</a> -
<a href="?theme=serif#/themes">Serif</a> -
- <a href="?theme=night#/themes">Night</a> -
- <a href="?#/themes">Default</a>
+ <a href="?theme=night#/themes">Night</a> <br>
+ <a href="?theme=moon.css#/themes">Moon</a> -
+ <a href="?theme=simple.css#/themes">Simple</a> -
+ <a href="?theme=solarized.css#/themes">Solarized</a>
</p>
<p>
<small>
@@ -259,10 +262,10 @@ function linkify( selector ) {
for( var i = 0, len = nodes.length; i &lt; len; i++ ) {
var node = nodes[i];
- if( !node.className ) ) {
+ if( !node.className ) {
node.className += ' roll';
}
- };
+ }
}
}
</code></pre>