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/leveler.7 | 4 +--- www/causal.agency/style.css | 5 +++++ 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/causal.agency/leveler.7 b/www/causal.agency/leveler.7 index 75378c97..96daca62 100644 --- a/www/causal.agency/leveler.7 +++ b/www/causal.agency/leveler.7 @@ -71,6 +71,4 @@ they exile their library. This is a state-based action. . .Sh AUTHORS -Copyright \(co 2023 -.An June McEnroe -.Aq Mt june@causal.agency +.An June McEnroe Aq Mt june@causal.agency 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