gitweb: blame: Minimize vertical table row padding
commitdb94b41aee0dfeae06e9c6f03d38a2aa30f8fd10
authorLuben Tuikov <ltuikov@yahoo.com>
Thu, 5 Oct 2006 20:30:31 +0000 (5 13:30 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 5 Oct 2006 21:21:12 +0000 (5 14:21 -0700)
treee5cfca34172e8ae4bb78a71f50337cd3a842c6d3
parent6e0e92fda893311ff5af91836e5007bf6bbd4a21
gitweb: blame: Minimize vertical table row padding

Minimize vertical table row padding for blame only.  I
discovered this while having the browser's blame output
right next to my editor's window, only to notice how much
vertically stretched the blame output was.

Blame most likely shows source code and is in this way
more "spartan" than the rest of the tables gitweb shows.

This patch makes the blame table more vertically compact,
thus being closer to what you'd see in your editor's window,
as well as reusing more window estate to show more
information (which in turn minimizes scrolling).

Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.css