From: Hakim El Hattab Date: Sat, 22 Jun 2013 02:02:06 +0000 (-0400) Subject: removes the extra blank page that was printed with pdf #458 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bfbeac7a796b99031c8dd93782fc6293acfddee1;p=reveal.js.git removes the extra blank page that was printed with pdf #458 --- 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%;