From a5dd3115a4b23b1b0f7349e99f77b250f7ac1d63 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Thu, 17 Dec 2009 17:23:16 -0700 Subject: [PATCH] Shrink the size of the author name in gitweb shortlog lists. --- in/gitweb/gitweb.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/in/gitweb/gitweb.css b/in/gitweb/gitweb.css index 6a73d7a..35651ff 100644 --- a/in/gitweb/gitweb.css +++ b/in/gitweb/gitweb.css @@ -686,3 +686,8 @@ span.match { div.binary { font-style: italic; } + +table.shortlog td.author { + font-size: 70%; + vertical-align: middle; +} -- 2.39.2