aboutsummaryrefslogtreecommitdiff
path: root/gitweb/gitweb.css
diff options
context:
space:
mode:
authorStephen Boyd <bebarino@gmail.com>2009-10-15 21:14:59 -0700
committerJunio C Hamano <gitster@pobox.com>2009-10-20 00:08:16 -0700
commite133d65c3e3d7f5f869edb2d6205af68af0fe38f (patch)
treec1be969887fc6f085196b5bc13906baf8c84ed6f /gitweb/gitweb.css
parent452e2256d2d7cb5494ca10fcbbb6bdf29570f2c0 (diff)
downloadgit-e133d65c3e3d7f5f869edb2d6205af68af0fe38f.tar.gz
git-e133d65c3e3d7f5f869edb2d6205af68af0fe38f.tar.xz
gitweb: linkify author/committer names with search
It's nice to search for an author by merely clicking on their name in gitweb. This is usually faster than selecting the name, copying the selection, pasting it into the search box, selecting between author/committer and then hitting enter. Linkify the avatar icon in log/shortlog view because the icon is directly adjacent to the name and thus more related. The same is not true when in commit/tag view where the icon is farther away. Signed-off-by: Stephen Boyd <bebarino@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb/gitweb.css')
-rw-r--r--gitweb/gitweb.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css
index 8f68fe309..27405e647 100644
--- a/gitweb/gitweb.css
+++ b/gitweb/gitweb.css
@@ -32,6 +32,10 @@ img.avatar {
vertical-align: middle;
}
+a.list img.avatar {
+ border-style: none;
+}
+
div.page_header {
height: 25px;
padding: 8px;