summary refs log tree commit diff
path: root/www
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-08 05:29:19 +0000
committerJune McEnroe <june@causal.agency>2020-01-08 05:29:19 +0000
commit9d6d4d2873d92cb5f45ec959ce33ea7924fea9b5 (patch)
treefefa3de16318c9479501d809dec96a011e41a46f /www
parentUse mandoc -T html for about-filter (diff)
downloadsrc-9d6d4d2873d92cb5f45ec959ce33ea7924fea9b5.tar.gz
src-9d6d4d2873d92cb5f45ec959ce33ea7924fea9b5.zip
Don't add dt margins to Bl-compact lists
Diffstat (limited to '')
-rw-r--r--www/git.causal.agency/custom.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/git.causal.agency/custom.css b/www/git.causal.agency/custom.css
index 921cf09e..e06811a4 100644
--- a/www/git.causal.agency/custom.css
+++ b/www/git.causal.agency/custom.css
@@ -76,7 +76,7 @@ code.Cd { font-weight: bold; font-family: inherit; }
 
 table.Nm td:first-child { padding-right: 1ch; }
 code.Fl { white-space: nowrap; }
-dl.Bl-tag dt { margin-top: 1em; }
+dl.Bl-tag:not(.Bl-compact) dt { margin-top: 1em; }
 div.Bd-indent { margin-left: 4ch; }
 table.foot { margin-top: 1em; }
 
(and the few days after that)June McEnroe 2024-06-30Accommodate lower-case .jpg filesJune McEnroe 2024-06-23Add another BACKXWASH showJune McEnroe 2024-06-16Update bioJune McEnroe 2024-06-15Add photo descriptions from June 12June McEnroe 2024-06-10Add first roll of film from June 8June McEnroe 2024-06-10Cope with not having an EXIF infoJune McEnroe 2024-06-10Resize using target pixel counts for consistencyJune McEnroe 2024-06-10Add The Girl Who Was Convinced...June McEnroe 2024-06-09Add photos from May 31June McEnroe 2024-06-09Use monospace on photo pagesJune McEnroe 2024-06-09Put lens and (future) film at the tops of photo pagesJune McEnroe 2024-05-22Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe