main.css > reveal.css

master
Hakim El Hattab 2012-09-28 09:28:26 -04:00
parent 1ed79b9df6
commit eda54dcf7a
3 changed files with 1 additions and 2 deletions

View File

@ -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 -->

View File

@ -240,7 +240,6 @@ var Reveal = (function(){
}
}
if( config.transition !== 'default' ) {
dom.wrapper.classList.add( config.transition );
}