luci-theme-openwrt: fix CSS error
authorPaul Donald <redacted>
Sat, 3 Jan 2026 16:51:59 +0000 (17:51 +0100)
committerPaul Donald <redacted>
Sat, 3 Jan 2026 16:52:27 +0000 (17:52 +0100)
browsers produce parse error and drop this declaration

Signed-off-by: Paul Donald <redacted>
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css

index 34896af979d4ec30f8acc74a5f77b057058d6ba6..f312c4cdcaac1c57abf40840cd586bde8e0de63e 100644 (file)
@@ -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,
git clone https://git.99rst.org/PROJECT