From 37baa4cfc3a973337fb04b5b85b124cfbff94b01 Mon Sep 17 00:00:00 2001 From: Joey Takeda Date: Sun, 5 May 2024 20:17:23 -0700 Subject: [PATCH] Fixes #657 Adds another rule to odd.css to ensure colon and space --- css/odd.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/odd.css b/css/odd.css index a3c2a2b7c..30b6ccb45 100644 --- a/css/odd.css +++ b/css/odd.css @@ -331,7 +331,8 @@ ul.attList ul.classSpecAttDefs > li{ } /* class name links should have a colon after */ -ul.attList a.link_odd + ul.classSpecAttDefs::before{ +ul.attList a.link_odd + ul.classSpecAttDefs::before, +ul.attList li > .link_ref + ul.classSpecAttDefs::before{ content: ": "; text-decoration: none; }