summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHakim El Hattab2012-09-28 09:28:26 -0400
committerHakim El Hattab2012-09-28 09:28:26 -0400
commiteda54dcf7aa5d0ee829722dbfbebe0e60a1a2f82 (patch)
treee58e0b66705c39130cab8401081da82457aa402f
parent1ed79b9df6e210868a017cb64db22ba7ad583c37 (diff)
main.css > reveal.css
-rw-r--r--css/reveal.css (renamed from css/main.css)0
-rw-r--r--index.html2
-rw-r--r--js/reveal.js1
3 files changed, 1 insertions, 2 deletions
diff --git a/css/main.css b/css/reveal.css
index 2a79a61..2a79a61 100644
--- a/css/main.css
+++ b/css/reveal.css
diff --git a/index.html b/index.html
index 5c59044..13977ea 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="css/main.css">
+ <link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/default.css" id="theme">
<!-- For syntax highlighting -->
diff --git a/js/reveal.js b/js/reveal.js
index 78413f3..91d2511 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -240,7 +240,6 @@ var Reveal = (function(){
}
}
-
if( config.transition !== 'default' ) {
dom.wrapper.classList.add( config.transition );
}