mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Dave Herman's patch to fix #327630 by copying missing "function"
(gnc:html-document-set-style!) from the plain to both the "fancy" and "easy" stylesheets. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13100 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ea587fdf3c
commit
21adfc1779
@ -1,5 +1,11 @@
|
||||
2006-02-04 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/report/stylesheets/stylesheet-fancy.scm:
|
||||
* src/report/stylesheets/stylesheet-easy.scm: Dave Herman's
|
||||
<dvherman@gmail.com> patch to fix #327630 by copying missing
|
||||
"function" (gnc:html-document-set-style!) from the plain to both
|
||||
the "fancy" and "easy" stylesheets.
|
||||
|
||||
* src/gnome-utils/gnc-tree-view-commodity.c:
|
||||
* src/gnome-utils/gnc-tree-view-price.c:
|
||||
* src/gnome-utils/gnc-tree-view-account.c:
|
||||
|
@ -220,6 +220,16 @@
|
||||
'attribute (list "bgcolor" bgcolor)
|
||||
'attribute (list "text" textcolor)
|
||||
'attribute (list "link" linkcolor))
|
||||
;;;;
|
||||
;;;;
|
||||
;;;;
|
||||
(gnc:html-document-set-style!
|
||||
ssdoc "number-header"
|
||||
'tag "th"
|
||||
'attribute (list "align" "right"))
|
||||
;;;;
|
||||
;;;;
|
||||
;;;;
|
||||
|
||||
(gnc:html-document-set-style!
|
||||
ssdoc "number-cell"
|
||||
|
@ -194,6 +194,16 @@
|
||||
'attribute (list "text" textcolor)
|
||||
'attribute (list "link" linkcolor))
|
||||
|
||||
;;;;
|
||||
;;;;
|
||||
;;;;
|
||||
(gnc:html-document-set-style!
|
||||
ssdoc "number-header"
|
||||
'tag "th"
|
||||
'attribute (list "align" "right"))
|
||||
;;;;
|
||||
;;;;
|
||||
;;;;
|
||||
(gnc:html-document-set-style!
|
||||
ssdoc "number-cell"
|
||||
'tag "td"
|
||||
|
Loading…
Reference in New Issue
Block a user