diff options
author | June McEnroe <june@causal.agency> | 2023-07-27 19:46:48 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-07-27 19:46:48 +0000 |
commit | 637276ae9734fdc6c21d72e896283de9d16ec0c2 (patch) | |
tree | b6412c7c86debfb1261300b5a210b81bb24d33b5 | |
parent | Add git forgive alias (diff) | |
download | src-637276ae9734fdc6c21d72e896283de9d16ec0c2.tar.gz src-637276ae9734fdc6c21d72e896283de9d16ec0c2.zip |
Update style.css for new mandoc head/foot output
-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; } |