files/reveal.js/css/print/pdf.css in reveal-ck-3.8.1 vs files/reveal.js/css/print/pdf.css in reveal-ck-3.9.0

- old
+ new

@@ -70,19 +70,12 @@ padding: 0 !important; overflow: visible; display: block; - -webkit-perspective: none; - -moz-perspective: none; - -ms-perspective: none; - perspective: none; - - -webkit-perspective-origin: 50% 50%; /* there isn't a none/auto value but 50-50 is the default */ - -moz-perspective-origin: 50% 50%; - -ms-perspective-origin: 50% 50%; - perspective-origin: 50% 50%; + perspective: none; + perspective-origin: 50% 50%; } .reveal .slides .pdf-page { position: relative; overflow: hidden; @@ -101,19 +94,12 @@ box-sizing: border-box !important; min-height: 1px; opacity: 1 !important; - -webkit-transform-style: flat !important; - -moz-transform-style: flat !important; - -ms-transform-style: flat !important; - transform-style: flat !important; - - -webkit-transform: none !important; - -moz-transform: none !important; - -ms-transform: none !important; - transform: none !important; + transform-style: flat !important; + transform: none !important; } .reveal section.stack { position: relative !important; margin: 0 !important; @@ -142,13 +128,18 @@ height: 100%; z-index: auto !important; } /* 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; bottom: auto; left: auto; @@ -160,9 +151,10 @@ position: relative; color: inherit; background-color: transparent; padding: 20px; page-break-after: always; + border: 0; } /* Display slide numbers when 'slideNumber' is enabled */ .reveal .slide-number-pdf { display: block;