aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorquilicicf <quilicicf@gmail.com>2020-03-10 14:03:30 +0100
committerquilicicf <quilicicf@gmail.com>2020-03-11 13:10:06 +0100
commit499dc685365ffa45197cfc1fe3d5600c6a5fd896 (patch)
tree0f52198c9f1949bc406612347c45ba8e8feb1d86 /test
parent5a5a5c9a6c47ae166e75cd09b950f34727f12e9f (diff)
downloadfosdem-2021-minimalism-presentation-499dc685365ffa45197cfc1fe3d5600c6a5fd896.tar
fosdem-2021-minimalism-presentation-499dc685365ffa45197cfc1fe3d5600c6a5fd896.tar.gz
Package paper and pdf style sheets and apply them conditionally
Diffstat (limited to 'test')
-rw-r--r--test/test-pdf.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-pdf.html b/test/test-pdf.html
index ee9591d..bd285cf 100644
--- a/test/test-pdf.html
+++ b/test/test-pdf.html
@@ -7,7 +7,8 @@
<title>reveal.js - Test PDF exports</title>
<link rel="stylesheet" href="../dist/reveal.css">
- <link rel="stylesheet" href="../css/print/pdf.css">
+ <link rel="stylesheet" href="../dist/print/paper.css">
+ <link rel="stylesheet" href="../dist/print/pdf.css">
<link rel="stylesheet" href="qunit-2.5.0.css">
<script src="qunit-2.5.0.js"></script>
</head>