diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-04-26 21:41:54 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-04-26 21:42:16 +0200 |
commit | ddfb0aa86fdfc8e92d0b81fbe36dc79c4585dd86 (patch) | |
tree | afb2ceb917c1cd26946e63d3a6e12b0085ced3d4 /css | |
parent | a522312999c93b1a5a8353ab18d573c9c4ac83f2 (diff) | |
download | fosdem-2018-presentation-ddfb0aa86fdfc8e92d0b81fbe36dc79c4585dd86.tar fosdem-2018-presentation-ddfb0aa86fdfc8e92d0b81fbe36dc79c4585dd86.tar.gz |
abide by configured width/height when printing to pdf
Diffstat (limited to 'css')
-rw-r--r-- | css/print/pdf.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index 559b05d..bc09a70 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -30,11 +30,6 @@ 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, |