]> oss.titaniummirror.com Git - oss-web.git/commitdiff
Shrink the size of the author name in gitweb shortlog lists.
authorR. Steve McKown <rsmckown@gmail.com>
Fri, 18 Dec 2009 00:23:16 +0000 (17:23 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Fri, 18 Dec 2009 17:07:24 +0000 (10:07 -0700)
in/gitweb/gitweb.css

index 6a73d7a47789e482ff6301fdb06e603e99c9fb11..35651ffecc9a7d9a40401c0cc89ff38eb846a4a1 100644 (file)
@@ -686,3 +686,8 @@ span.match {
 div.binary {
        font-style: italic;
 }
+
+table.shortlog td.author {
+       font-size: 70%;
+       vertical-align: middle;
+}