From ae08fc94a062554c479c4ba6c4367d31dd157a4f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 18 Feb 2025 16:41:32 -0400 Subject: content, css: use :has() to conditionally clear commentary heading --- src/static/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/static/css') diff --git a/src/static/css/site.css b/src/static/css/site.css index 42d4216f..d20e5695 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1419,7 +1419,7 @@ p.image-details.illustrator-details { font-style: oblique; } -#artist-commentary.first-entry-is-dated { +p.content-heading:has(+ .commentary-entry-heading.dated) { clear: right; } -- cgit 1.3.0-6-gf8a5