From: R. Steve McKown Date: Fri, 18 Dec 2009 00:23:16 +0000 (-0700) Subject: Shrink the size of the author name in gitweb shortlog lists. X-Git-Url: https://oss.titaniummirror.com/gitweb?p=oss-web.git;a=commitdiff_plain;h=a5dd3115a4b23b1b0f7349e99f77b250f7ac1d63 Shrink the size of the author name in gitweb shortlog lists. --- 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; +}