aboutsummaryrefslogtreecommitdiff
path: root/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
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')
-rw-r--r--css/print/paper.css5
-rw-r--r--css/print/pdf.css3
2 files changed, 5 insertions, 3 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
+}
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;
}