From d76e941af408c37d5e6b102ee132a340827b4b36 Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 15:37:01 -0700 Subject: [PATCH] padding for shortlog commit list too --- static/gitweb-site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 9fa1a07..4d93f04 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -70,6 +70,8 @@ td.link { display: flex; flex-direction: row; flex-wrap: wrap; + padding-top: 5px; + padding-bottom: 5px; td:nth-child(1) { /* commit date */ @@ -112,7 +114,6 @@ td.link { td:nth-child(1) { /* ".git" name */ - font-weight: bold; flex: 0 0 auto; order: 1; } -- 1.8.3.1