Skip to content

Commit

Permalink
correction to code style in sky theme, adjusted transition demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Aug 30, 2012
1 parent 0c06469 commit aa97d80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
4 changes: 0 additions & 4 deletions css/theme/sky.css
Expand Up @@ -127,10 +127,6 @@ body {
background: rgba(255, 255, 255, 0.4);
}

.reveal code {
background: rgba(255, 255, 255, 0.6);
}

.reveal p {
margin-bottom: 20px;
}
Expand Down
18 changes: 8 additions & 10 deletions index.html
Expand Up @@ -141,23 +141,21 @@ <h2>Fantastic Ordered List</h2>
<section>
<h2>Transition Styles</h2>
<p>
You can select from different transitions, like:
You can select from different transitions, like: <br>
<a href="http://lab.hakim.se/reveal-js/?transition=cube">Cube</a> -
<a href="http://lab.hakim.se/reveal-js/?transition=page">Page</a> -
<a href="http://lab.hakim.se/reveal-js/?transition=concave">Concave</a> -
<a href="http://lab.hakim.se/reveal-js/?transition=linear">Linear</a>
</p>
<ul>
<li><a href="http://lab.hakim.se/reveal-js/?transition=cube">Cube</a></li>
<li><a href="http://lab.hakim.se/reveal-js/?transition=page">Page</a></li>
<li><a href="http://lab.hakim.se/reveal-js/?transition=concave">Concave</a></li>
<li><a href="http://lab.hakim.se/reveal-js/?transition=linear">Linear</a></li>
</ul>
</section>

<section>
<h2>Themes</h2>
<p>
Reveal.js comes with a few themes built in: <br>
<a href="http://lab.hakim.se/reveal-js/?theme=sky">Sky</a> |
<a href="http://lab.hakim.se/reveal-js/?theme=beige">Beige</a> |
<a href="http://lab.hakim.se/reveal-js/?theme=simple">Simple</a> |
<a href="http://lab.hakim.se/reveal-js/?theme=sky">Sky</a> -
<a href="http://lab.hakim.se/reveal-js/?theme=beige">Beige</a> -
<a href="http://lab.hakim.se/reveal-js/?theme=simple">Simple</a> -
<a href="http://lab.hakim.se/reveal-js/">Default</a>
</p>
<p>
Expand Down

0 comments on commit aa97d80

Please sign in to comment.