diff options
-rw-r--r-- | css/reveal.css (renamed from css/main.css) | 0 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | js/reveal.js | 1 |
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 @@ -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 ); } |