From 269828d3cf3c05b2b5066103694cbd9f7c23603f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 15 Oct 2021 22:13:52 +0000 Subject: Fix nested Bl-compact CSS rules --- www/git.causal.agency/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/git.causal.agency/custom.css b/www/git.causal.agency/custom.css index 3bc61c90..b3f4f425 100644 --- a/www/git.causal.agency/custom.css +++ b/www/git.causal.agency/custom.css @@ -77,8 +77,8 @@ h1.Sh { font-size: 1.5em; } table.Nm td:first-child { padding-right: 1ch; } code.Fl { white-space: nowrap; } span.RsT { font-style: italic; } -dl.Bl-tag:not(.Bl-compact) dt { margin-top: 1em; } -ul.Bl-bullet:not(.Bl-compact) li { margin-top: 1em; } +dl.Bl-tag:not(.Bl-compact) > dt { margin-top: 1em; } +ul.Bl-bullet:not(.Bl-compact) > li { margin-top: 1em; } div.Bd-indent { margin-left: 4ch; } table.Bl-column { width: 100%; } table.foot { margin-top: 1em; } -- cgit 1.4.1