files/reveal.js/css/print/paper.css in reveal-ck-3.6.0 vs files/reveal.js/css/print/paper.css in reveal-ck-3.7.0
- old
+ new
@@ -36,11 +36,12 @@
.controls,
.fork-reveal,
.share-reveal,
.state-background,
.reveal .progress,
- .reveal .backgrounds {
+ .reveal .backgrounds,
+ .reveal .slide-number {
display: none !important;
}
/* SECTION 3: Set body font face, size, and color.
Consider using a serif font for readability. */
@@ -139,11 +140,11 @@
perspective-origin: 50% 50%;
}
.reveal .slides section {
visibility: visible !important;
position: static !important;
- width: 100% !important;
+ width: auto !important;
height: auto !important;
display: block !important;
overflow: visible !important;
left: 0 !important;
@@ -197,6 +198,6 @@
.reveal section small {
font-size: 0.8em;
}
-}
\ No newline at end of file
+}