From 279e8292902fb6cfbca5d3bcb03596b85cbc8bf6 Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 15:31:57 -0700 Subject: [PATCH] .git name can be bold on desktop too --- static/gitweb-site.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 6981fdc..1948016 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -23,9 +23,17 @@ html { } table.projects_list tr td:first-child { + /* "last change" text */ white-space: nowrap; } +table.project_list { + tr td:first-child { + /* ".git" name */ + font-weight: bold; + } +} + table.project_list, table.heads, table.shortlog, -- 1.8.3.1