tweak how speaker notes look in pdf exports
This commit is contained in:
@ -152,9 +152,6 @@ ul, ol, div, p {
|
||||
}
|
||||
|
||||
/* Display slide numbers when 'slideNumber' is enabled */
|
||||
.reveal .slide-number {
|
||||
display: none;
|
||||
}
|
||||
.reveal .slide-number-pdf {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
@ -284,7 +284,7 @@ html:-moz-full-screen-ancestor {
|
||||
padding: 5px; }
|
||||
|
||||
.reveal .slide-number-delimiter {
|
||||
margin: 0 4px; }
|
||||
margin: 0 3px; }
|
||||
|
||||
/*********************************************
|
||||
* SLIDES
|
||||
|
@ -341,7 +341,7 @@ html:-moz-full-screen-ancestor {
|
||||
}
|
||||
|
||||
.reveal .slide-number-delimiter {
|
||||
margin: 0 4px;
|
||||
margin: 0 3px;
|
||||
}
|
||||
|
||||
/*********************************************
|
||||
|
Reference in New Issue
Block a user