aboutsummaryrefslogtreecommitdiff
path: root/css/print
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-09-10 09:30:57 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-09-10 09:30:57 +0200
commit1c6990d20fecf199810848e1a43f10205b4078a8 (patch)
treeb9bbf691ff93cce852ed2ed7ef243a2bb68b05e8 /css/print
parent5d39e8b8ce261c8753034de97e327feb502736c8 (diff)
downloadfreenode-live-2017-presentation-1c6990d20fecf199810848e1a43f10205b4078a8.tar
freenode-live-2017-presentation-1c6990d20fecf199810848e1a43f10205b4078a8.tar.gz
fix pdf print when showNotes is disabled
Diffstat (limited to 'css/print')
-rw-r--r--css/print/pdf.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index 834018b..f509d5b 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -157,7 +157,7 @@ ul, ol, div, p {
}
/* Display slide speaker notes when 'showNotes' is enabled */
-.reveal .speaker-notes {
+.reveal .speaker-notes-pdf {
display: block;
width: 100%;
max-height: none;