aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-08-04 15:53:52 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-08-04 15:53:52 -0400
commiteb002bd2a2c4d964b249a89023433ae489e47783 (patch)
treeb8f37a36b03e54dfbd157e5ade32fd039834b3a0 /css
parentf350c6a5cdc6f7ae01bb490896329cf6533156b6 (diff)
downloadperl-software-in-gnu-guix-eb002bd2a2c4d964b249a89023433ae489e47783.tar
perl-software-in-gnu-guix-eb002bd2a2c4d964b249a89023433ae489e47783.tar.gz
slight tweak to pdf export css (#92)
Diffstat (limited to 'css')
-rw-r--r--css/print-pdf.css2
1 files changed, 2 insertions, 0 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;