diff options
author | Hakim El Hattab | 2012-08-04 15:53:52 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-08-04 15:53:52 -0400 |
commit | eb002bd2a2c4d964b249a89023433ae489e47783 (patch) | |
tree | b8f37a36b03e54dfbd157e5ade32fd039834b3a0 | |
parent | f350c6a5cdc6f7ae01bb490896329cf6533156b6 (diff) |
slight tweak to pdf export css (#92)
-rw-r--r-- | css/print-pdf.css | 2 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/css/print-pdf.css b/css/print-pdf.css index c784253..bef6379 100644 --- a/css/print-pdf.css +++ b/css/print-pdf.css @@ -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; @@ -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> |