Browse Source

Merge pull request #1740 from christinakayastha/feature/printing-remove-slide-number

Hide slide number when in paper or pdf print view
Hakim El Hattab 8 năm trước cách đây
mục cha
commit
e4e5cc1083
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      css/print/paper.css

+ 3 - 2
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;
 	}
 
-}
+}