diff options
Diffstat (limited to '')
-rw-r--r-- | www/causal.agency/leveler.7 | 4 | ||||
-rw-r--r-- | www/causal.agency/style.css | 5 |
2 files changed, 6 insertions, 3 deletions
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; } |