From: Shane Date: Sun, 11 Jan 2026 01:41:52 +0000 (+0000) Subject: more X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=425f036dea5056801bbce00c738c261cfaaeea0c;p=nutratech%2Fvps-root.git more --- diff --git a/scripts/gitweb-simplefrontend/assets/custom.css b/scripts/gitweb-simplefrontend/assets/custom.css index 6168f37..7a0c759 100644 --- a/scripts/gitweb-simplefrontend/assets/custom.css +++ b/scripts/gitweb-simplefrontend/assets/custom.css @@ -1,6 +1,8 @@ -/* Hide Description and Owner Columns */ -td.description, th.description, -td.owner, th.owner { +/* Hide Description (Col 2) and Owner (Col 3) Columns */ +table.project_list th:nth-child(2), +table.project_list td:nth-child(2), +table.project_list th:nth-child(3), +table.project_list td:nth-child(3) { display: none !important; } @@ -13,6 +15,7 @@ table.project_list { img.logo { width: auto !important; height: 32px !important; - margin-bottom: 4px !important; /* Raise it slightly */ + position: relative !important; + top: -4px !important; /* Force it up */ vertical-align: middle !important; } diff --git a/scripts/gitweb-simplefrontend/assets/git-favicon.png b/scripts/gitweb-simplefrontend/assets/git-favicon.png index d768023..2f8c260 100644 Binary files a/scripts/gitweb-simplefrontend/assets/git-favicon.png and b/scripts/gitweb-simplefrontend/assets/git-favicon.png differ