From 637276ae9734fdc6c21d72e896283de9d16ec0c2 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 27 Jul 2023 19:46:48 +0000 Subject: Update style.css for new mandoc head/foot output --- www/causal.agency/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/causal.agency/style.css') diff --git a/www/causal.agency/style.css b/www/causal.agency/style.css index 368d8da1..ee218533 100644 --- a/www/causal.agency/style.css +++ b/www/causal.agency/style.css @@ -11,6 +11,11 @@ dl.Bl-diag > dt { font-weight: bold; } code.Nm, code.Fl, code.Cm, code.Ic, code.In, code.Fd, code.Fn, code.Cd { font-weight: bold; font-family: inherit; } +div.head, div.foot { display: flex; justify-content: space-between; } +.head-ltitle, .foot-left { flex: 1; } +.head-vol, .foot-date { flex: 0 1 auto; text-align: center; } +.head-rtitle, .foot-os { flex: 1; text-align: right; } + html { font-family: monospace; line-height: 1.25em; } body { max-width: 80ch; margin: 1em auto; padding: 0 1ch; } table { border-collapse: collapse; } -- cgit 1.4.1