summary refs log tree commit diff
path: root/www/causal.agency/style.css
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-07-27 19:46:48 +0000
committerJune McEnroe <june@causal.agency>2023-07-27 19:46:48 +0000
commit637276ae9734fdc6c21d72e896283de9d16ec0c2 (patch)
treeb6412c7c86debfb1261300b5a210b81bb24d33b5 /www/causal.agency/style.css
parentAdd git forgive alias (diff)
downloadsrc-637276ae9734fdc6c21d72e896283de9d16ec0c2.tar.gz
src-637276ae9734fdc6c21d72e896283de9d16ec0c2.zip
Update style.css for new mandoc head/foot output
Diffstat (limited to '')
-rw-r--r--www/causal.agency/style.css5
1 files changed, 5 insertions, 0 deletions
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; }
cEnroe 2020-10-23Remove default defines of RUNDIR, ETCDIRJune McEnroe 2020-10-23Set shell scripts executable in buildJune McEnroe 2020-10-20Humanize milliseconds if interval is less than 1sJune McEnroe 2020-10-20Humanize restart intervalJune McEnroe 2020-08-17Document default catsit.conf location on OpenBSD 1.0June McEnroe 2020-08-17Template catsit script with RUNDIRJune McEnroe 2020-08-17Clean up includesJune McEnroe 2020-08-17Log service uptime in statusJune McEnroe