diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-04-24 15:55:38 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-04-24 15:55:38 -0300 |
commit | 065d9bdcc7c0fe23c9eb1fa739966440e0d11057 (patch) | |
tree | e417795a64d49ac631238af205a47ee3950feee7 /src/static/site6.css | |
parent | 8934fd3ee598e9370e2f7e6fc66aa47f6e348938 (diff) |
content: generatePageLayout etc: drop has-divider class
Introduced for blockwrap purposes earlier, but unneeded since we didn't actually use a blockwrap here in the end.
Diffstat (limited to 'src/static/site6.css')
-rw-r--r-- | src/static/site6.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 73721956..b27a1fbb 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -488,13 +488,13 @@ a:not([href]):hover { display: inline-block; } -.nav-links-index .nav-link.has-divider::before, -.nav-links-groups .nav-link.has-divider::before { +.nav-links-index .nav-link:not(:first-child)::before, +.nav-links-groups .nav-link:not(:first-child)::before { content: "\0020\00b7\0020"; font-weight: 800; } -.nav-links-hierarchical .nav-link.has-divider::before { +.nav-links-hierarchical .nav-link:not(:first-child)::before { content: "\0020/\0020"; } |