From c2c8ee66ab88dc1142cb0d7fa6cb0e07143f9786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 20 Jul 2020 23:46:57 +0800 Subject: [PATCH] Fixed the stylesheet of the income statement in the accounting application. --- accounting/static/accounting/css/report.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounting/static/accounting/css/report.css b/accounting/static/accounting/css/report.css index 1532573..770d775 100644 --- a/accounting/static/accounting/css/report.css +++ b/accounting/static/accounting/css/report.css @@ -131,7 +131,7 @@ font-weight: bolder; font-size: 1.21em; } -.income-statement-list .second-level-header { +.income-statement-list .group-title { font-weight: bolder; font-size: 1.1em; }