Fix slide export pdf styles not applied issue and add shiv and shim for IE

This commit is contained in:
Wu Cheng-Han 2016-10-29 23:35:10 +08:00
parent a8bce53c47
commit 70d2fa388e
2 changed files with 28 additions and 4 deletions

View file

@ -309,3 +309,15 @@ html, body {
.reveal .controls {
position: absolute;
}
.print-pdf .container {
position: relative;
}
.print-pdf .container.hidescrollbar {
right: 0;
}
.print-pdf .footer {
display: none;
}