From 61de23f816d2844c8d43f1ab9911497968cbfffe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 26 Jan 2010 11:49:07 +0100 Subject: [PATCH] listtotal funktioniert jetzt auch wenn nur im tr angewendet --- css/lx-office-erp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index 58241d662..1a317d094 100644 --- a/css/lx-office-erp.css +++ b/css/lx-office-erp.css @@ -169,7 +169,7 @@ body.menu { .listsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;} -.listtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;} +.listtotal, .listtotal td { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;} .submit { font-family: Verdana, Arial, Helvetica; -- 2.20.1