git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4499d25
)
luci-theme-openwrt: fix CSS error
author
Paul Donald
<redacted>
Sat, 3 Jan 2026 16:51:59 +0000
(17:51 +0100)
committer
Paul 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
patch
|
blob
|
history
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 34896af979d4ec30f8acc74a5f77b057058d6ba6..f312c4cdcaac1c57abf40840cd586bde8e0de63e 100644
(file)
--- 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,
git clone https://git.99rst.org/PROJECT