diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-10-11 11:03:49 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-05-16 09:45:37 +0200 |
commit | 2cc5ae946b40f98a7a1f1a883d995615f69681e2 (patch) | |
tree | 30a2a4abe26e893162acf6363e943d4cab1f394f /css/print | |
parent | 44a355b6e969d6a1cfbf23cb44079104d4dc6945 (diff) | |
download | perl-software-in-gnu-guix-2cc5ae946b40f98a7a1f1a883d995615f69681e2.tar perl-software-in-gnu-guix-2cc5ae946b40f98a7a1f1a883d995615f69681e2.tar.gz |
new, fixed, speaker notes layout
Diffstat (limited to 'css/print')
-rw-r--r-- | css/print/pdf.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index 20c646a..2b86cb2 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -144,9 +144,14 @@ ul, ol, div, p { } /* Display slide speaker notes when 'showNotes' is enabled */ +.reveal.show-notes { + max-width: none; + max-height: none; +} .reveal .speaker-notes-pdf { display: block; width: 100%; + height: auto; max-height: none; top: auto; right: auto; |