From eb002bd2a2c4d964b249a89023433ae489e47783 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 4 Aug 2012 15:53:52 -0400 Subject: slight tweak to pdf export css (#92) --- css/print-pdf.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'css') 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; -- cgit v1.2.3