diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-06-21 22:02:06 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-06-21 22:02:06 -0400 |
commit | bfbeac7a796b99031c8dd93782fc6293acfddee1 (patch) | |
tree | 749c8fef3a43f08d58d3534e57c5db563e50d80e /css/print | |
parent | e51c0fc3ce3568eb325b87fe60ca7bdd07861150 (diff) | |
download | fosdem-2018-presentation-bfbeac7a796b99031c8dd93782fc6293acfddee1.tar fosdem-2018-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.css | 5 |
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%; |