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:
d1943fc
)
Set PDF output to letter landscape, no margin
author
Jeremy Mikola
<jmikola@gmail.com>
Thu, 21 Feb 2013 19:21:47 +0000
(14:21 -0500)
committer
Jeremy Mikola
<jmikola@gmail.com>
Thu, 21 Feb 2013 19:21:47 +0000
(14:21 -0500)
css/print/pdf.css
patch
|
blob
|
history
diff --git
a/css/print/pdf.css
b/css/print/pdf.css
index b90c3ab2914b8152b497ed3357bd17d3218c3f6e..981109648d32d442f5d2d7c99a3e09281e76c002 100644
(file)
--- a/
css/print/pdf.css
+++ b/
css/print/pdf.css
@@
-31,6
+31,11
@@
html {
overflow: visible;
}
+@page {
+ size: letter landscape;
+ margin: 0;
+}
+
/* SECTION 2: Remove any elements not needed in print.
This would include navigation, ads, sidebars, etc. */
.nestedarrow,