Переглянути джерело

removes the extra blank page that was printed with pdf #458

Hakim El Hattab 11 роки тому
батько
коміт
bfbeac7a79
1 змінених файлів з 5 додано та 0 видалено
  1. 5 0
      css/print/pdf.css

+ 5 - 0
css/print/pdf.css

@@ -82,6 +82,11 @@ ul, ol, div, p {
 	overflow: visible;
 	margin: auto;
 }
+.reveal {
+	width: auto !important;
+	height: auto !important;
+	overflow: hidden !important;
+}
 .reveal .slides {
 	position: static;
 	width: 100%;