Merge pull request #1740 from christinakayastha/feature/printing-remove-slide-number

Hide slide number when in paper or pdf print view
This commit is contained in:
Hakim El Hattab 2016-12-01 10:36:03 +01:00 committed by GitHub
commit e4e5cc1083
1 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,8 @@
.share-reveal,
.state-background,
.reveal .progress,
.reveal .backgrounds {
.reveal .backgrounds,
.reveal .slide-number {
display: none !important;
}
@ -199,4 +200,4 @@
font-size: 0.8em;
}
}
}