From b0b2ce1fe310ae9009c710509d1afc2bb2f39e50 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 10 Sep 2015 08:50:55 +0200 Subject: print notes to pdf when is enabled #304 --- css/print/pdf.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'css/print') 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 { -- cgit v1.2.3