diff --git a/gnucash/report/business-reports/balsheet-eg.css b/gnucash/report/business-reports/balsheet-eg.css index 83d6d5b437..5a8d4b8e2c 100644 --- a/gnucash/report/business-reports/balsheet-eg.css +++ b/gnucash/report/business-reports/balsheet-eg.css @@ -26,11 +26,9 @@ width: 1em; } td.accname { - text-align: left; vertical-align: top; } td.accnametotal { - text-align: left; vertical-align: top; font-weight: bold; } diff --git a/gnucash/report/business-reports/balsheet-eg.eguile.scm b/gnucash/report/business-reports/balsheet-eg.eguile.scm index e4ab987f34..23cd32e3c9 100644 --- a/gnucash/report/business-reports/balsheet-eg.eguile.scm +++ b/gnucash/report/business-reports/balsheet-eg.eguile.scm @@ -125,7 +125,7 @@ ?> - + <?scm:d coyname ?> <?scm:d opt-report-title ?> <?scm:d (qof-print-date opt-date) ?> diff --git a/gnucash/report/business-reports/receipt.eguile.scm b/gnucash/report/business-reports/receipt.eguile.scm index 155b42dcdd..6097384c15 100644 --- a/gnucash/report/business-reports/receipt.eguile.scm +++ b/gnucash/report/business-reports/receipt.eguile.scm @@ -103,7 +103,7 @@ - + <?scm:d (_ "Invoice") ?> <?scm:d invoiceid ?> diff --git a/gnucash/report/business-reports/taxinvoice.eguile.scm b/gnucash/report/business-reports/taxinvoice.eguile.scm index 9a8036273d..1a14bc5088 100644 --- a/gnucash/report/business-reports/taxinvoice.eguile.scm +++ b/gnucash/report/business-reports/taxinvoice.eguile.scm @@ -125,7 +125,7 @@ - + <?scm:d (_ "Invoice") ?> <?scm:d invoiceid ?> diff --git a/gnucash/report/report-system/html-document.scm b/gnucash/report/report-system/html-document.scm index f7124f6bd7..ecb045e2c3 100644 --- a/gnucash/report/report-system/html-document.scm +++ b/gnucash/report/report-system/html-document.scm @@ -150,7 +150,7 @@ ;;./share/gnucash/scm/gnucash/report/taxinvoice.eguile.scm: ;;./share/gnucash/scm/gnucash/report/balsheet-eg.eguile.scm: - (push "\n") + (push "\n") (push "\n") (push "\n") (if style-text diff --git a/gnucash/report/report-system/html-fonts.scm b/gnucash/report/report-system/html-fonts.scm index e9ea98f35f..eb30fe726e 100644 --- a/gnucash/report/report-system/html-fonts.scm +++ b/gnucash/report/report-system/html-fonts.scm @@ -140,7 +140,7 @@ (string-append "h3 { " title-font-info " }\n" "a { " account-link-font-info " }\n" - "body, p, table, tr, td { text-align: left; vertical-align: top; " text-cell-font-info " }\n" + "body, p, table, tr, td { vertical-align: top; " text-cell-font-info " }\n" "tr.alternate-row { background: " alternate-row-color " }\n" "tr { page-break-inside: avoid !important;}\n" "th.column-heading-left { text-align: left; " number-header-font-info " }\n" diff --git a/gnucash/report/report-system/test/test-report-html.scm b/gnucash/report/report-system/test/test-report-html.scm index 7e44f36d81..e4a854d488 100644 --- a/gnucash/report/report-system/test/test-report-html.scm +++ b/gnucash/report/report-system/test/test-report-html.scm @@ -45,7 +45,7 @@ ) (define html-doc-header-no-title -"\n\ +"\n\ \n\ \n\ ") @@ -87,7 +87,7 @@ (gnc:html-document-set-title! test-doc "HTML Document Title") (test-equal "HTML Document - Render with title" -"\n\ +"\n\ \n\ \n\ \n\