removes the extra blank page that was printed with pdf #458
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sat, 22 Jun 2013 02:02:06 +0000 (22:02 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sat, 22 Jun 2013 02:02:06 +0000 (22:02 -0400)
css/print/pdf.css

index d278865b2603ddabc4b3500fcd6415c4c266479c..ffbedc1117afe72f6114a23bc02c9b72f0fd5ec8 100644 (file)
@@ -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%;