aboutsummaryrefslogtreecommitdiff
path: root/css/print
diff options
context:
space:
mode:
authorJeremy Mikola <jmikola@gmail.com>2013-02-21 14:21:47 -0500
committerJeremy Mikola <jmikola@gmail.com>2013-02-21 14:21:47 -0500
commita9b4eb9a05b25cf39ce0c479d95a7b5f4d3a0c73 (patch)
treea5e86a6eb4b14aa8c3f708b11137801c54ed5300 /css/print
parentd1943fcd916e66dbdad9020c0bb841ff3e0e2523 (diff)
downloadfreenode-live-2017-presentation-a9b4eb9a05b25cf39ce0c479d95a7b5f4d3a0c73.tar
freenode-live-2017-presentation-a9b4eb9a05b25cf39ce0c479d95a7b5f4d3a0c73.tar.gz
Set PDF output to letter landscape, no margin
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 b90c3ab..9811096 100644
--- 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,