From: Paul Donald Date: Sat, 3 Jan 2026 16:51:59 +0000 (+0100) Subject: luci-theme-openwrt: fix CSS error X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0d55a89cb2c7b781553d41a519d4875d9d15c1f3;p=openwrt-luci.git luci-theme-openwrt: fix CSS error browsers produce parse error and drop this declaration Signed-off-by: Paul Donald --- diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index 34896af979..f312c4cdca 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -415,7 +415,7 @@ div.hostinfo { border: 1px solid #90c0e0; background: #000 !important; color: #90c0e0 !important; - padding: calc(.125em-1px) calc(.5em-1px); + padding: calc(.125em - 1px) calc(.5em - 1px); } html #menubar a:link,