From 9fd028d154e44bca5275728bbe3a7b8d8ab3212b Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 15:28:33 -0700 Subject: [PATCH] some more tweaks to main page table --- static/gitweb-site.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index ca455c2..6981fdc 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -91,9 +91,12 @@ td.link { display: flex; flex-direction: row; flex-wrap: wrap; + padding-top: 5px; + padding-bottom: 5px; td:nth-child(1) { /* ".git" name */ + font-weight: bold; flex: 0 0 auto; order: 1; } -- 1.8.3.1