From bedb2d4bac6f11c8457e9b461bce27a74b17d62a Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 8 Jan 2020 05:34:33 +0000 Subject: Set Bl -column tables to 100% width --- 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 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; } -- cgit 1.4.1