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
commit57db7b652c8285d1db6228e4f1904a1db37c321c (patch)
treef57744bf4c7a71f0d2c1695f06f6bbd5ef32321e /www/git.causal.agency
parentDon't add dt margins to Bl-compact lists (diff)
downloadsrc-57db7b652c8285d1db6228e4f1904a1db37c321c.tar.gz
src-57db7b652c8285d1db6228e4f1904a1db37c321c.zip
Set Bl -column tables to 100% width
Diffstat (limited to 'www/git.causal.agency')
-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; }