multiple things in header should go vertically
authorcassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 22:39:37 +0000 (15:39 -0700)
committercassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 22:39:37 +0000 (15:39 -0700)
static/gitweb-site.css

index 99d1760..4231583 100644 (file)
@@ -63,6 +63,11 @@ td.link {
 
   td.link { text-align: right; }
 
+  div.header {
+    display: flex;
+    flex-direction: column;
+  }
+
   table.shortlog {
     tr {
       &:has(th) {