more
authorShane <chown_tee@proton.me>
Sun, 11 Jan 2026 01:41:52 +0000 (01:41 +0000)
committerShane <chown_tee@proton.me>
Sun, 11 Jan 2026 01:41:52 +0000 (01:41 +0000)
scripts/gitweb-simplefrontend/assets/custom.css
scripts/gitweb-simplefrontend/assets/git-favicon.png

index 6168f373696754efa7d67e611c1d83294a6bff28..7a0c75910a95c9b9de7aacb01d023126b753b61f 100644 (file)
@@ -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;
 }
index d768023953ae98647e1ad3c2608e2ec566d8e484..2f8c260cab9edd01dffe26c69d1b59276c99f775 100644 (file)
Binary files a/scripts/gitweb-simplefrontend/assets/git-favicon.png and b/scripts/gitweb-simplefrontend/assets/git-favicon.png differ