padding for shortlog commit list too
authorcassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 22:37:01 +0000 (15:37 -0700)
committercassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 22:37:01 +0000 (15:37 -0700)
static/gitweb-site.css

index 9fa1a07..4d93f04 100644 (file)
@@ -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;
       }