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(+) 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 alue='somasis/tokipona'>somasis/tokipona IRC client
summary refs log tree commit diff
path: root/term.c (unfollow)
Commit message (Expand)Author
2019-02-22Disable terminal flow controlJune McEnroe
2019-02-22Bind up and down arrows to scrollJune McEnroe
2019-02-22Remove topic TODOJune McEnroe
2019-02-22Add /znc commandJune McEnroe
2019-02-22Update status line after scrolling and term eventsJune McEnroe
2019-02-22Reorganize input.cJune McEnroe
2019-02-22Fix name of <raw> window in man pageJune McEnroe
2019-02-22Rename global tags with angle bracketsJune McEnroe
2019-02-22Show status window while connectingJune McEnroe
2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe
2019-02-21Replace "view" with "window"June McEnroe
2019-02-21Remove ROT13June McEnroe
2019-02-21Clean up man pageJune McEnroe
2019-01-26Draw UI before connectingJune McEnroe
2019-01-25Avoid unused variable warnings with getyxJune McEnroe
2019-01-25Add GNU/Linux build instructionsJune McEnroe