diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-01-25 10:43:26 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-01-25 10:43:26 +0100 |
commit | 84202fa072970d7170f5e2812a224e0da6f2ab13 (patch) | |
tree | 8d6fb8eba8f6811d8592ed167397bf4dd7e6daae /css | |
parent | 934c2e9730d56dfea4e2c8e008840161c9099098 (diff) | |
download | fosdem-2018-presentation-84202fa072970d7170f5e2812a224e0da6f2ab13.tar fosdem-2018-presentation-84202fa072970d7170f5e2812a224e0da6f2ab13.tar.gz |
adjust pdf margins instead of heights to fix #1804
Diffstat (limited to 'css')
-rw-r--r-- | css/print/pdf.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index d3bf951..8c3234c 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -90,7 +90,7 @@ ul, ol, div, p { } .reveal .slides section { - page-break-after: auto !important; + page-break-after: always !important; visibility: visible !important; display: block !important; |