Hide slide number when in paper or pdf print view
This commit is contained in:
parent
ca37d4e5b9
commit
659822a8b5
2 changed files with 5 additions and 3 deletions
|
@ -38,7 +38,8 @@
|
||||||
.share-reveal,
|
.share-reveal,
|
||||||
.state-background,
|
.state-background,
|
||||||
.reveal .progress,
|
.reveal .progress,
|
||||||
.reveal .backgrounds {
|
.reveal .backgrounds,
|
||||||
|
.reveal .slide-number {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -199,4 +200,4 @@
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,8 @@ html {
|
||||||
.reveal.overview,
|
.reveal.overview,
|
||||||
.fork-reveal,
|
.fork-reveal,
|
||||||
.share-reveal,
|
.share-reveal,
|
||||||
.state-background {
|
.state-background,
|
||||||
|
.reveal .slide-number {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue