From: cassowary Date: Mon, 27 Jul 2026 22:33:45 +0000 (-0700) Subject: hide table headers when rearranging cells X-Git-Url: https://git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=77ad7d70a98a0f8621fa5503eb938774e03c0b2a;p=gitweb-theme.git hide table headers when rearranging cells --- diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 1948016..9fa1a07 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -63,6 +63,10 @@ td.link { table.shortlog { tr { + &:has(th) { + display: none; + } + display: flex; flex-direction: row; flex-wrap: wrap; @@ -102,6 +106,10 @@ td.link { padding-top: 5px; padding-bottom: 5px; + &:has(th) { + display: none; + } + td:nth-child(1) { /* ".git" name */ font-weight: bold;