From 46990ba8c1dd88a8ce8072c627d898603cbf191a Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 8 Jan 2020 05:29:19 +0000 Subject: Don't add dt margins to Bl-compact lists --- www/git.causal.agency/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit 1.4.1 > IMAP to mbox
summary refs log tree commit diff
path: root/git-fetch-email.1 (unfollow)
Commit message (Expand)Author
2020-03-03Don't use $ inside $(()) 1.0p1June McEnroe
2020-03-03Use getoptsJune McEnroe
2020-01-28Call fopencookie with a+June McEnroe
2019-12-24Exit git-fetch-email on getopt failure 1.0June McEnroe
2019-12-23Export References headerJune McEnroe
2019-12-23Add (GNU/)Linux compatibilityJune McEnroe
2019-12-23Handle folded From headersJune McEnroe
2019-12-23Restrict search to plain-text messagesJune McEnroe
2019-12-23Properly support using drill rather than digJune McEnroe
2019-12-22Document dig requirement in imbox(1)June McEnroe
2019-12-22Add CAVEAT about expecting plain-textJune McEnroe
2019-12-22Quote user, pass and mailboxJune McEnroe
2019-12-22Use sequence numbers rather than UIDsJune McEnroe
2019-12-22Use EXAMINE rather than SELECTJune McEnroe
2019-12-22Export To and CC headersJune McEnroe
2019-12-22Add missing includeJune McEnroe
2019-12-22Export In-Reply-To headersJune McEnroe
2019-12-21Add git-fetch-email to READMEJune McEnroe
2019-12-21Clarify purpose in READMEJune McEnroe
2019-12-21Add READMEJune McEnroe
2019-12-21Add copyright header to git-fetch-emailJune McEnroe
2019-12-21Add git-fetch-email to SEE ALSO of imboxJune McEnroe
2019-12-21Add git-fetch-email wrapperJune McEnroe
2019-12-21Determine host by SRV lookupJune McEnroe
2019-12-21Clean up remaining codeJune McEnroe
2019-12-21Clean up mboxrd codeJune McEnroe
2019-12-21Convert CRLF to LFJune McEnroe
2019-12-21Implement -CFSTJune McEnroe
2019-12-21Rewrite aspirational manualJune McEnroe
2019-12-21Null-terminate read literalsJune McEnroe