summary refs log tree commit diff
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
parentDon't add dt margins to Bl-compact lists (diff)
downloadsrc-bedb2d4bac6f11c8457e9b461bce27a74b17d62a.tar.gz
src-bedb2d4bac6f11c8457e9b461bce27a74b17d62a.zip
Set Bl -column tables to 100% width
-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; }