summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-10-15 22:13:52 +0000
committerJune McEnroe <june@causal.agency>2021-10-15 22:51:06 +0000
commit269828d3cf3c05b2b5066103694cbd9f7c23603f (patch)
treeb5bab924166cacf87c96001b5c262a60f7e31f9a
parentAdd meta viewport tags to bin html (diff)
downloadsrc-269828d3cf3c05b2b5066103694cbd9f7c23603f.tar.gz
src-269828d3cf3c05b2b5066103694cbd9f7c23603f.zip
Fix nested Bl-compact CSS rules
-rw-r--r--www/git.causal.agency/custom.css4
1 files 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; }