diff options
-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 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, |