getSlideBackground now works in pdf mode, add pdf tests

This commit is contained in:
Hakim El Hattab
2014-04-27 17:31:50 +02:00
parent 41e1e013b8
commit 860580d4d0
4 changed files with 108 additions and 2 deletions

View File

@ -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;