From 7de6fddea4b7a0c362e6f850330927c516da3f74 Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 15:42:26 -0700 Subject: [PATCH] better fix for this --- static/gitweb-site.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 4231583..c2caedd 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -63,9 +63,16 @@ td.link { td.link { text-align: right; } - div.header { - display: flex; - flex-direction: column; + div.header a .age { + display: block; + float: none; + margin-bottom: 5px; + } + + div.title_text .log_link { + display: block; + float: none; + font-size: 100%; } table.shortlog { -- 1.8.3.1