From eda54dcf7aa5d0ee829722dbfbebe0e60a1a2f82 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Fri, 28 Sep 2012 09:28:26 -0400
Subject: [PATCH] main.css > reveal.css

---
 css/{main.css => reveal.css} | 0
 index.html                   | 2 +-
 js/reveal.js                 | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)
 rename css/{main.css => reveal.css} (100%)

diff --git a/css/main.css b/css/reveal.css
similarity index 100%
rename from css/main.css
rename to 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 );
 		}
-- 
GitLab