From e5eb30bd10728fd730086c41332305593731636c Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 29 Dec 2024 19:01:59 -0400 Subject: content, css: commas in additional series nav links If the CSS works, the CSS works. (Groan) --- src/static/css/site.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/static') diff --git a/src/static/css/site.css b/src/static/css/site.css index 56a6ad40..d20a0046 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -851,10 +851,18 @@ a:not([href]):hover { } .series-nav-link:not(:first-child)::before { - content: "\0020»\0020"; + content: "\00a0»\00a0"; font-weight: normal; } +.series-nav-link:not(:last-child)::after { + content: ",\00a0"; +} + +.series-nav-link + .series-nav-link::before { + content: ""; +} + .dot-switcher > span:not(:first-child)::before { content: "\0020\00b7\0020"; font-weight: 800; -- cgit 1.3.0-6-gf8a5