diff options
author | ivan <ivan> | 2003-11-30 07:41:27 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-11-30 07:41:27 +0000 |
commit | e2e9259a1567f34f50f7f5221e03b524454d5b02 (patch) | |
tree | 3d809e7c31f6af0be57d80a8ce047654fb544a74 | |
parent | 0702b1c193ecc9bd5a8a34f48b537b13b7ae6c20 (diff) |
move to the left to line up with window envelopes
-rw-r--r-- | conf/invoice_latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex index a89b9a33a..02d865626 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -23,7 +23,7 @@ \usepackage{graphicx} % required for logo graphic
\addtolength{\voffset}{-0.0in} % top margin to top of header
-\addtolength{\hoffset}{-0.25in} %left margin on page
+\addtolength{\hoffset}{-0.55in} %left margin on page
\addtolength{\topmargin}{-0.6in} % top margin to top of header
\setlength{\headheight}{1in} % height of header
\setlength{\headsep}{0.5in} % between header and text
|