web: ensure whitespace between accounts headings

This commit is contained in:
Simon Michael 2014-07-23 15:03:41 -07:00
parent f622f8e532
commit f2845e9b2e

View File

@ -188,7 +188,7 @@ balanceReportAsHtml _ vd@VD{..} (items',total) =
<table.balancereport>
<tr>
<td>Account
<td align=right>Balance
<td style="padding-left:1em; text-align:right;">Balance
$forall i <- items
^{itemAsHtml vd i}
<tr.totalrule>