aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-12-01 10:36:03 +0100
committerGitHub <noreply@github.com>2016-12-01 10:36:03 +0100
commite4e5cc10836f458adab8fea7b45a05a8eaa30990 (patch)
tree4613b30cd3487ac89410f880ee2d62f24ebb056a
parentf0dfb5b5e337f26a016324dd504829d128fab52b (diff)
parent80e28774dd52e731804a41adfe8d03bd8739851f (diff)
downloadfosdem-2018-presentation-e4e5cc10836f458adab8fea7b45a05a8eaa30990.tar
fosdem-2018-presentation-e4e5cc10836f458adab8fea7b45a05a8eaa30990.tar.gz
Merge pull request #1740 from christinakayastha/feature/printing-remove-slide-number
Hide slide number when in paper or pdf print view
-rw-r--r--css/print/paper.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/print/paper.css b/css/print/paper.css
index 6588f48..27d19dd 100644
--- a/css/print/paper.css
+++ b/css/print/paper.css
@@ -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;
}
-} \ No newline at end of file
+}