From 0d55a89cb2c7b781553d41a519d4875d9d15c1f3 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Sat, 3 Jan 2026 17:51:59 +0100 Subject: [PATCH] luci-theme-openwrt: fix CSS error browsers produce parse error and drop this declaration Signed-off-by: Paul Donald --- .../htdocs/luci-static/openwrt.org/cascade.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,