Browse Source

slight tweak to pdf export css (#92)

Hakim El Hattab 12 years ago
parent
commit
eb002bd2a2
2 changed files with 3 additions and 1 deletions
  1. 2 0
      css/print-pdf.css
  2. 1 1
      index.html

+ 2 - 0
css/print-pdf.css

@@ -23,6 +23,7 @@ body {
 	padding: 0;
 	padding: 0;
 	float: none !important;
 	float: none !important;
 	overflow: visible;
 	overflow: visible;
+	background: #333;
 }
 }
 
 
 html {
 html {
@@ -110,6 +111,7 @@ ul, ol, div, p {
 	position: static;
 	position: static;
 	width: 100%;
 	width: 100%;
 	height: auto;
 	height: auto;
+	min-height: initial;
 	display: block;
 	display: block;
 	overflow: visible;
 	overflow: visible;
 
 

+ 1 - 1
index.html

@@ -332,7 +332,7 @@ function linkify( selector ) {
 			// Load the scripts and, when completed, initialize reveal.js
 			// Load the scripts and, when completed, initialize reveal.js
 			head.js.apply( null, scripts );
 			head.js.apply( null, scripts );
 			
 			
-		</script>x
+		</script>
 
 
 	</body>
 	</body>
 </html>
 </html>