From: Shane Date: Sun, 11 Jan 2026 01:47:14 +0000 (+0000) Subject: prune css :( X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=db3f3196d52921cc684008dee43d485e99fb09c7;p=nutratech%2Fvps-root.git prune css :( --- diff --git a/scripts/gitweb-simplefrontend/assets/custom.css b/scripts/gitweb-simplefrontend/assets/custom.css index 43b48a1..13dc9bd 100644 --- a/scripts/gitweb-simplefrontend/assets/custom.css +++ b/scripts/gitweb-simplefrontend/assets/custom.css @@ -1,34 +1,3 @@ -/* Hide Description (Col 2) ONLY */ -table.project_list th:nth-child(2), -table.project_list td:nth-child(2) { - display: none !important; -} - -/* Owner Column (Col 3): Restore visibility & Replace Text */ -table.project_list th:nth-child(3), -table.project_list td:nth-child(3) { - display: table-cell !important; -} - -/* CSS Hack to replace "www-data" with "Shane" */ -table.project_list td:nth-child(3) { - visibility: hidden; /* Hide original text */ - position: relative; - width: 100px; /* Ensure enough space */ -} -table.project_list td:nth-child(3)::after { - visibility: visible; - position: absolute; - top: 5px; /* Adjust vertical alignment */ - left: 0; - content: "Shane"; /* The name you want */ -} - -/* Optional: Make the project list look a bit nicer */ -table.project_list { - width: 100%; -} - /* Fix Logo Aspect Ratio (Gitweb defaults to 72x27, squashing square icons) */ img.logo { width: auto !important; @@ -37,11 +6,3 @@ img.logo { top: -4px !important; /* Force it up */ vertical-align: middle !important; } - -/* Add header to the last column (Links) which is normally empty */ -table.project_list th:last-child { - text-align: center; /* Optional: Center the actions */ -} -table.project_list th:last-child::after { - content: "Actions"; -}