From: cassowary Date: Mon, 27 Jul 2026 22:42:26 +0000 (-0700) Subject: better fix for this X-Git-Url: https://git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=7de6fddea4b7a0c362e6f850330927c516da3f74;p=gitweb-theme.git better fix for this --- 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 {