« get me outta code hell

content: generatePageLayout: use real blockwrap for nav links - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-04-06 13:32:04 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-04-06 13:32:04 -0300
commit56a47bb97bee2b1bab8119d9deeb73b7c5b37dc8 (patch)
tree20b103c1ce33c3019946c5e5d9004482a5470952 /src/static
parent5ab7f1f5d2f8c7f90f60be0dcdd0bcfbc14f4c5b (diff)
content: generatePageLayout: use real blockwrap for nav links
The original purpose of blockwrap is finally restored!!!
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/site.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index d3ab28a7..c92c65ad 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -950,7 +950,7 @@ a .normal-content {
   font-weight: 800;
 }
 
-.nav-links-hierarchical .nav-link:not(:first-child)::before {
+.nav-links-hierarchical .nav-link + .blockwrap .nav-link::before {
   content: "\0020/\0020";
 }