diff options
author | Hakim El Hattab | 2012-09-28 09:28:26 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-09-28 09:28:26 -0400 |
commit | eda54dcf7aa5d0ee829722dbfbebe0e60a1a2f82 (patch) | |
tree | e58e0b66705c39130cab8401081da82457aa402f | |
parent | 1ed79b9df6e210868a017cb64db22ba7ad583c37 (diff) |
main.css > reveal.css
-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 ); } |