support for 'separate-page' layout for notes in PDF exports #1518

This commit is contained in:
Hakim El Hattab
2016-05-26 09:57:19 +02:00
parent e93afb7289
commit 3111d3b1ae
3 changed files with 30 additions and 6 deletions

View File

@ -145,11 +145,22 @@ ul, ol, div, p {
display: block;
width: 100%;
max-height: none;
left: auto;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: 100;
}
/* Layout option which makes notes appear on a separate page */
.reveal .speaker-notes-pdf[data-layout="separate-page"] {
position: relative;
color: inherit;
background-color: transparent;
padding: 20px;
page-break-after: always;
}
/* Display slide numbers when 'slideNumber' is enabled */
.reveal .slide-number-pdf {
display: block;