From 9442fca54abfadf293212b15ca5968e90c4efead Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 11 Feb 2020 07:58:14 +0000 Subject: Add margin to Bl-bullet items --- www/git.causal.agency/custom.css | 1 + 1 file changed, 1 insertion(+) (limited to 'www') diff --git a/www/git.causal.agency/custom.css b/www/git.causal.agency/custom.css index 44d7a350..5a8b15fe 100644 --- a/www/git.causal.agency/custom.css +++ b/www/git.causal.agency/custom.css @@ -77,6 +77,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: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 td class='sub'>IMAP to mbox
summary refs log tree commit diff
path: root/LICENSE (unfollow)
Commit message (Expand)Author
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