From 60f2eb9fb3c4443fbc43d387e866f383f0f70d67 Mon Sep 17 00:00:00 2001
From: Rebecca Murphey
Date: Thu, 7 Jun 2012 23:21:14 -0400
Subject: taking a stab at a presenter notes server

---
 css/main.css | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to 'css')

diff --git a/css/main.css b/css/main.css
index 41c06cf..00f06ff 100644
--- a/css/main.css
+++ b/css/main.css
@@ -942,6 +942,10 @@ body {
 	background: rgba( 0, 0, 0, 0.6 );
 }
 
+/*********************************************
+ * SPEAKER NOTES
+ *********************************************/
 
-
-
+.reveal aside.notes {
+	display: none;
+}
-- 
cgit v1.2.3