From 37efa5b930eafa01d8a1084248301e65138bc7cc Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Wed, 17 Jun 2015 11:13:10 +0000 Subject: [PATCH] defaultCommon.css: remove ; (Forum #38223) git-svn-id: https://svn.fhem.de/fhem/trunk@8763 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/defaultCommon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/www/pgm2/defaultCommon.css b/fhem/www/pgm2/defaultCommon.css index f923a7a26..c9997a926 100644 --- a/fhem/www/pgm2/defaultCommon.css +++ b/fhem/www/pgm2/defaultCommon.css @@ -78,7 +78,7 @@ span.sort-item-delete-link { pre { white-space: pre-wrap; } svg { height:32px; width:32px; vertical-align:middle; margin:2px 0; } -svg:not([fill]) { fill:#278727; }; +svg:not([fill]) { fill:#278727; } svg.on,svg.FS20_on { fill:orange; }