diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-01-24 15:27:27 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-01-24 15:27:37 +0100 |
commit | 934c2e9730d56dfea4e2c8e008840161c9099098 (patch) | |
tree | 92976083df653c46fb9da3eccf59d3525b953857 /css | |
parent | d4133f0160f757af90649710769789631d4a93a0 (diff) | |
download | fosdem-2018-presentation-934c2e9730d56dfea4e2c8e008840161c9099098.tar fosdem-2018-presentation-934c2e9730d56dfea4e2c8e008840161c9099098.tar.gz |
additional fix for empty pages in pdf exports #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 8c82f73..d3bf951 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -132,7 +132,7 @@ ul, ol, div, p { } /* Slide backgrounds are placed inside of their slide when exporting to PDF */ -.reveal section .slide-background { +.reveal .slide-background { display: block !important; position: absolute; top: 0; |