From 80e28774dd52e731804a41adfe8d03bd8739851f Mon Sep 17 00:00:00 2001 From: Christi Kaes Date: Sun, 30 Oct 2016 14:11:10 -0400 Subject: [PATCH] Don't remove slide-number in pdf view --- css/print/pdf.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/print/pdf.css b/css/print/pdf.css index e114ca8..4bfcddc 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -31,8 +31,7 @@ html { .reveal.overview, .fork-reveal, .share-reveal, -.state-background, -.reveal .slide-number { +.state-background { display: none !important; }