diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-11-13 23:52:17 -0500 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-11-13 23:52:17 -0500 |
commit | 9d98cee7fd23f80ae0c170d9a5aafca235680476 (patch) | |
tree | 4443e6826b9335e6ffaebd2c533d5b6d19a5dab1 /css | |
parent | d9371e21a0fe2b4df2898c07f59ebefdedeff241 (diff) | |
download | perl-software-in-gnu-guix-9d98cee7fd23f80ae0c170d9a5aafca235680476.tar perl-software-in-gnu-guix-9d98cee7fd23f80ae0c170d9a5aafca235680476.tar.gz |
fix minor issue in pdf print sheet
Diffstat (limited to 'css')
-rw-r--r-- | css/print/pdf.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index 7750657..f0c20b7 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -23,7 +23,7 @@ body { padding: 0; float: none !important; overflow: visible; - background-image: none; + background-image: none !important; } html { |