diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-11-27 09:23:23 -0500 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-11-27 09:23:40 -0500 |
commit | 519ee26809bfd6bd824155e999d2c9eaae6786bb (patch) | |
tree | ee00d1950ae2f9119e666cdfe3a9bc53d54ff199 /css/print | |
parent | 242006a499d09dd191153b78a8b15e00f66d3702 (diff) | |
download | perl-software-in-gnu-guix-519ee26809bfd6bd824155e999d2c9eaae6786bb.tar perl-software-in-gnu-guix-519ee26809bfd6bd824155e999d2c9eaae6786bb.tar.gz |
remove left/right margin from images, tweak pdf print styles
Diffstat (limited to 'css/print')
-rw-r--r-- | css/print/pdf.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index f0c20b7..2d93324 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -85,6 +85,7 @@ ul, ol, div, p { left: auto; top: auto; margin-left: auto; + margin-right: auto; margin-top: auto; padding: auto; |