aboutsummaryrefslogtreecommitdiff
path: root/css/print
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-06-21 22:02:06 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-06-21 22:02:06 -0400
commitbfbeac7a796b99031c8dd93782fc6293acfddee1 (patch)
tree749c8fef3a43f08d58d3534e57c5db563e50d80e /css/print
parente51c0fc3ce3568eb325b87fe60ca7bdd07861150 (diff)
downloadfreenode-live-2017-presentation-bfbeac7a796b99031c8dd93782fc6293acfddee1.tar
freenode-live-2017-presentation-bfbeac7a796b99031c8dd93782fc6293acfddee1.tar.gz
removes the extra blank page that was printed with pdf #458
Diffstat (limited to 'css/print')
-rw-r--r--css/print/pdf.css5
1 files changed, 5 insertions, 0 deletions
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%;