From c2ac47e7fc03ac77daa564fb7792b62426edfa79 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 18 Apr 2024 19:12:49 -0400 Subject: Add link to photos --- www/causal.agency/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/causal.agency/style.css') diff --git a/www/causal.agency/style.css b/www/causal.agency/style.css index ee218533..265c62c2 100644 --- a/www/causal.agency/style.css +++ b/www/causal.agency/style.css @@ -12,8 +12,8 @@ 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-ltitle, .foot-date { flex: 1; } +.head-vol { flex: 0 1 auto; text-align: center; } .head-rtitle, .foot-os { flex: 1; text-align: right; } html { font-family: monospace; line-height: 1.25em; } -- cgit 1.4.1 href='/src/'>summary refs log tree commit diff
path: root/doc/zlib/gzgetc.3 (unfollow)
Commit message (Collapse)Author
2022-06-02Add initial working version of qfJune McEnroe
2022-05-29Set prompt for okshJune McEnroe/td>Remove redundant calls to fmt("%s", ...)John Keeping
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping
2013-04-08shared.c: add strbuf_ensure_endJohn Keeping
2013-04-08html.c: add various strbuf and varadic helpersJohn Keeping
2013-04-08Mark char* fields in struct cgit_page as constJohn Keeping
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""John Keeping
2013-04-08ui-refs.c: Refactor print_tag()Lukas Fleischer
2013-04-08ui-refs.c: Remove global header variableLukas Fleischer
2013-04-08html.c: Replace strdup() with xstrdup()Lukas Fleischer
2013-04-08Always #include corresponding .h in .c filesJohn Keeping
2013-04-08cgit.mk: fix dependency handlingJohn Keeping
2013-04-08Makefile: re-include cgit.conf in cgit.mkJohn Keeping
2013-04-08Do not unnecessarily strdup() environment variablesLukas Fleischer
2013-04-08Maŕk cgit_environment members constLukas Fleischer
2013-04-08Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer
2013-04-08Update git to v1.8.2.1John Keeping
2013-04-07ui-blob: don't segfault when no path is givenJohn Keeping
2013-03-20Convert pager navigation into a unordered listLukas Fleischer
2013-03-20Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld
2013-03-20ui-summary.c: Move urls variable into print_urls()Lukas Fleischer
2013-03-20Fix colspan valuesLukas Fleischer
2013-03-20html: check return value of writeJason A. Donenfeld
2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld
2013-03-20cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping
2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping
2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping
2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping