summary refs log tree commit diff
path: root/www/git.causal.agency
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-08 05:34:33 +0000
committerJune McEnroe <june@causal.agency>2020-01-08 05:34:33 +0000
commitbedb2d4bac6f11c8457e9b461bce27a74b17d62a (patch)
tree9868fc3acf40092529945da3e3ffc7eb9edba47d /www/git.causal.agency
parentDon't add dt margins to Bl-compact lists (diff)
downloadsrc-bedb2d4bac6f11c8457e9b461bce27a74b17d62a.tar.gz
src-bedb2d4bac6f11c8457e9b461bce27a74b17d62a.zip
Set Bl -column tables to 100% width
Diffstat (limited to '')
-rw-r--r--www/git.causal.agency/custom.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/git.causal.agency/custom.css b/www/git.causal.agency/custom.css
index e06811a4..44d7a350 100644
--- a/www/git.causal.agency/custom.css
+++ b/www/git.causal.agency/custom.css
@@ -78,6 +78,7 @@ table.Nm td:first-child { padding-right: 1ch; }
 code.Fl { white-space: nowrap; }
 dl.Bl-tag:not(.Bl-compact) dt { margin-top: 1em; }
 div.Bd-indent { margin-left: 4ch; }
+table.Bl-column { width: 100%; }
 table.foot { margin-top: 1em; }
 
 div#cgit a.permalink { color: inherit; }
9d0dba7830&follow=1'>Bind 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