Browse Source

removes the extra blank page that was printed with pdf #458

Hakim El Hattab 11 years ago
parent
commit
bfbeac7a79
1 changed files with 5 additions and 0 deletions
  1. 5 0
      css/print/pdf.css

+ 5 - 0
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%;