From bfbeac7a796b99031c8dd93782fc6293acfddee1 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Fri, 21 Jun 2013 22:02:06 -0400
Subject: [PATCH] removes the extra blank page that was printed with pdf #458

---
 css/print/pdf.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/css/print/pdf.css b/css/print/pdf.css
index d278865..ffbedc1 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -82,6 +82,11 @@ ul, ol, div, p {
 	overflow: visible;
 	margin: auto;
 }
+.reveal {
+	width: auto !important;
+	height: auto !important;
+	overflow: hidden !important;
+}
 .reveal .slides {
 	position: static;
 	width: 100%;
-- 
GitLab