projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51c0fc
)
removes the extra blank page that was printed with pdf #458
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sat, 22 Jun 2013 02:02:06 +0000
(22:02 -0400)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sat, 22 Jun 2013 02:02:06 +0000
(22:02 -0400)
css/print/pdf.css
patch
|
blob
|
history
diff --git
a/css/print/pdf.css
b/css/print/pdf.css
index d278865b2603ddabc4b3500fcd6415c4c266479c..ffbedc1117afe72f6114a23bc02c9b72f0fd5ec8 100644
(file)
--- 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%;