From: Jeremy Mikola Date: Thu, 21 Feb 2013 19:21:47 +0000 (-0500) Subject: Set PDF output to letter landscape, no margin X-Git-Tag: 2.3.0~50 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a9b4eb9a05b25cf39ce0c479d95a7b5f4d3a0c73;p=reveal.js.git Set PDF output to letter landscape, no margin --- 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,