From a1b06eed25d6e6c7d3014621ef69bb0f51ba80ec Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 11 Oct 2025 20:03:39 -0400 Subject: update cgit styles --- modules/git/cgit-dist/cgit.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/git/cgit-dist/cgit.css') diff --git a/modules/git/cgit-dist/cgit.css b/modules/git/cgit-dist/cgit.css index f3fa593..a69050c 100644 --- a/modules/git/cgit-dist/cgit.css +++ b/modules/git/cgit-dist/cgit.css @@ -5,7 +5,7 @@ div#cgit { font-size: 10pt; color: #333; background: white; - padding: 4px; + padding: 2em; } div#cgit a { @@ -128,6 +128,7 @@ div#cgit table.list { div#cgit table.list tr { background: white; + height: 32px; } div#cgit table.list tr.logheader { @@ -169,7 +170,7 @@ div#cgit table.list th { border-bottom: dashed 1px #888; */ padding: 0.1em 0.5em 0.05em 0.5em; - vertical-align: baseline; + vertical-align: middle; } div#cgit table.list td { -- cgit v1.2.3