r21720 - gnucash/branches/2.4/src/report/standard-reports - [21703] Fix number alignment in table. BP

Mike Evans mikee at code.gnucash.org
Mon Dec 12 04:02:46 EST 2011


Author: mikee
Date: 2011-12-12 04:02:45 -0500 (Mon, 12 Dec 2011)
New Revision: 21720
Trac: http://svn.gnucash.org/trac/changeset/21720

Modified:
   gnucash/branches/2.4/src/report/standard-reports/category-barchart.scm
Log:
[21703] Fix number alignment in table. BP

Modified: gnucash/branches/2.4/src/report/standard-reports/category-barchart.scm
===================================================================
--- gnucash/branches/2.4/src/report/standard-reports/category-barchart.scm	2011-12-11 22:15:39 UTC (rev 21719)
+++ gnucash/branches/2.4/src/report/standard-reports/category-barchart.scm	2011-12-12 09:02:45 UTC (rev 21720)
@@ -654,7 +654,7 @@
                     (lambda (col)
                       (gnc:html-table-set-col-style!
                        table col "td"
-                       'attribute (list "align" "right")))
+                       'attribute (list "class" "number-cell")))
                     '(1 2 3 4 5 6 7 8 9 10 11 12 13 14))
                    (gnc:html-document-add-object! document table)
                    ) ;; begin if



More information about the gnucash-changes mailing list