From a10d7530bb9253e08e32b9a1b1ac3fb2ed15685d Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 24 Apr 2024 15:55:38 -0300 Subject: 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. --- src/static/site6.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/static/site6.css') 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"; } -- cgit 1.3.0-6-gf8a5