slight tweak to pdf export css (#92)
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sat, 4 Aug 2012 19:53:52 +0000 (15:53 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sat, 4 Aug 2012 19:53:52 +0000 (15:53 -0400)
css/print-pdf.css
index.html

index c784253e802759c199a584c90d9c9df73c054025..bef637950240505230d096261ea5159f3939028a 100644 (file)
@@ -23,6 +23,7 @@ body {
        padding: 0;
        float: none !important;
        overflow: visible;
+       background: #333;
 }
 
 html {
@@ -110,6 +111,7 @@ ul, ol, div, p {
        position: static;
        width: 100%;
        height: auto;
+       min-height: initial;
        display: block;
        overflow: visible;
 
index c4cf2941d820c1fd0fb2c7f449a2854456f2138d..e71b666146a92b1a7a3290b1dd9a7572c844bd34 100644 (file)
@@ -332,7 +332,7 @@ function linkify( selector ) {
                        // Load the scripts and, when completed, initialize reveal.js
                        head.js.apply( null, scripts );
                        
-               </script>x
+               </script>
 
        </body>
 </html>