From 4a367bb9f2273cdfc0f3d074efa1ea7c63c7e273 Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 15:46:44 -0700 Subject: [PATCH] author_date padding --- static/gitweb-site.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 19930e0..5bd8633 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -73,6 +73,11 @@ td.link { display: flex; flex-direction: column; + .author_date { + display: block; + padding: 0 8px; + } + .log_link { display: block; float: none; -- 1.8.3.1