hide table headers when rearranging cells
authorcassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 22:33:45 +0000 (15:33 -0700)
committercassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 22:33:45 +0000 (15:33 -0700)
static/gitweb-site.css

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