aboutsummaryrefslogtreecommitdiff
path: root/css/print/pdf.css
diff options
context:
space:
mode:
authorchristikaes <christikaes@gmail.com>2016-10-30 11:31:20 -0400
committerchristikaes <christikaes@gmail.com>2016-10-30 11:31:20 -0400
commit659822a8b50f501c68204e957df2d99be7693d01 (patch)
treec756a4167270d596a68672ce8e1a801b6e543fd3 /css/print/pdf.css
parentca37d4e5b906640ea2301d34d2bb8d65b9572eae (diff)
downloadfreenode-live-2017-presentation-659822a8b50f501c68204e957df2d99be7693d01.tar
freenode-live-2017-presentation-659822a8b50f501c68204e957df2d99be7693d01.tar.gz
Hide slide number when in paper or pdf print view
Diffstat (limited to 'css/print/pdf.css')
-rw-r--r--css/print/pdf.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index 4bfcddc..e114ca8 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -31,7 +31,8 @@ html {
.reveal.overview,
.fork-reveal,
.share-reveal,
-.state-background {
+.state-background,
+.reveal .slide-number {
display: none !important;
}