aboutsummaryrefslogtreecommitdiff
path: root/css/print
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-04-27 17:31:50 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-04-27 17:31:50 +0200
commit860580d4d0d10646b59a9b3663c0c1cc504bc1c2 (patch)
treee8aaa5ab5d02a7857038c0eacf80890e55103f5f /css/print
parent41e1e013b8c86683fd042e65bc3fc0f4e1655559 (diff)
downloadfreenode-live-2017-presentation-860580d4d0d10646b59a9b3663c0c1cc504bc1c2.tar
freenode-live-2017-presentation-860580d4d0d10646b59a9b3663c0c1cc504bc1c2.tar.gz
getSlideBackground now works in pdf mode, add pdf tests
Diffstat (limited to 'css/print')
-rw-r--r--css/print/pdf.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index bc09a70..e43d05c 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -152,6 +152,7 @@ ul, ol, div, p {
/* Slide backgrounds are placed inside of their slide when exporting to PDF */
.reveal section .slide-background {
+ display: block !important;
position: absolute;
top: 0;
left: 0;