From: cassowary Date: Mon, 27 Jul 2026 22:37:01 +0000 (-0700) Subject: padding for shortlog commit list too X-Git-Url: https://www.git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=d76e941af408c37d5e6b102ee132a340827b4b36;p=gitweb-theme.git padding for shortlog commit list too --- 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; }