[GNC] Change layout and font sizes in Transaction Report - how?

Chris Green cl at isbd.net
Thu May 5 14:22:47 EDT 2022


On Thu, May 05, 2022 at 01:13:06PM -0500, Adrien Monteleone wrote:
> I just played around with it on the Transaction Report and came up with
> this:
> 
> td:first-child {
>   font-weight: bold;
>   font-size: large;
> }
> 
> The Account Name doesn't have a class or id to target, but it just so
> happens to be always the first td child of a new tr element in the entire
> report. (best I can tell, I didn't play with all options)
> 
> Give that a go.
> 
> I do see prominent Account Totals but I agree, the initial Account Name
> starting each section should be more noticeable.
> 
That's clever!  I'd looked at the output HTML but I didn't know about
the "first child" modifier.  I'll certainly try it, thank you.

-- 
Chris Green


More information about the gnucash-user mailing list