From: cassowary Date: Mon, 27 Jul 2026 22:28:33 +0000 (-0700) Subject: some more tweaks to main page table X-Git-Url: https://git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=9fd028d154e44bca5275728bbe3a7b8d8ab3212b;p=gitweb-theme.git some more tweaks to main page table --- 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; }