From 1c6990d20fecf199810848e1a43f10205b4078a8 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 10 Sep 2015 09:30:57 +0200 Subject: fix pdf print when showNotes is disabled --- css/print/pdf.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') 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; -- cgit v1.2.3