Explorar el Código

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

Hakim El Hattab hace 11 años
padre
commit
bfbeac7a79
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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%;