diff options
author | ivan <ivan> | 2003-11-30 07:41:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-11-30 07:41:26 +0000 |
commit | 333281ca2d026e7b02bc53edbda15d88c0285dcb (patch) | |
tree | 00072eb7c5c3ae49a9fb92a995f2d66956d88a27 | |
parent | 9c6cd7a1ee5f65e3a608b3d3119005d90ecbf4a5 (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
|