diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/invoice_html | 2 | ||||
-rw-r--r-- | conf/quotation_html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/invoice_html b/conf/invoice_html index bd99899e0..ae17da3db 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -14,7 +14,7 @@ .allcaps { text-transform:uppercase; font-size: 12pt } </STYLE> -<table class="invoice" bgcolor="#ffffff" WIDTH=625 CELLSPACING=8><tr><td> +<table class="invoice" bgcolor="#ffffff" WIDTH=625 CELLSPACING=8 STYLE="border:1px solid #000000"><tr><td> <table class="invoice_header" width="100%"> <tr> diff --git a/conf/quotation_html b/conf/quotation_html index 5458774e1..7d6920533 100644 --- a/conf/quotation_html +++ b/conf/quotation_html @@ -14,7 +14,7 @@ .allcaps { text-transform:uppercase } </STYLE> -<table class="invoice" bgcolor="#ffffff" WIDTH=625 CELLSPACING=8><tr><td> +<table class="invoice" bgcolor="#ffffff" WIDTH=625 CELLSPACING=8 STYLE="border:1px solid #000000"><tr><td> <table class="invoice_header" width="100%"> <tr> |