aboutsummaryrefslogtreecommitdiff
path: root/css/print
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-09-10 08:50:55 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-09-10 08:51:04 +0200
commitb0b2ce1fe310ae9009c710509d1afc2bb2f39e50 (patch)
treed03fd0af04a19907bf1e6099cb972e23726b5cc5 /css/print
parent0338f280d3942094782da57ea3b5b72bdb833e9d (diff)
downloadfreenode-live-2017-presentation-b0b2ce1fe310ae9009c710509d1afc2bb2f39e50.tar
freenode-live-2017-presentation-b0b2ce1fe310ae9009c710509d1afc2bb2f39e50.tar.gz
print notes to pdf when is enabled #304
Diffstat (limited to 'css/print')
-rw-r--r--css/print/pdf.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index 2eb4cf2..04b4d65 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -61,6 +61,14 @@ h1,h2,h3,h4,h5,h6 {
font-family: Courier, 'Courier New', monospace !important;
}
+.reveal .speaker-notes {
+ display: block;
+ width: 100%;
+ max-height: none;
+ left: auto;
+ top: auto;
+}
+
/* SECTION 5: more reveal.js specific additions by @skypanther */
ul, ol, div, p {