aboutsummaryrefslogtreecommitdiff
path: root/gitweb/gitweb.css
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-10-25 18:40:21 -0700
committerJunio C Hamano <gitster@pobox.com>2009-10-25 18:40:21 -0700
commit24be49522f00767718e84468d46ccb22cc7734d7 (patch)
tree193772be106fc49c1b7098d2c9ba31abba07fa12 /gitweb/gitweb.css
parent9382bb31ada4a4b2277bd297cb018df27168e58f (diff)
parente133d65c3e3d7f5f869edb2d6205af68af0fe38f (diff)
downloadgit-24be49522f00767718e84468d46ccb22cc7734d7.tar.gz
git-24be49522f00767718e84468d46ccb22cc7734d7.tar.xz
Merge branch 'sb/gitweb-link-author'
* sb/gitweb-link-author: gitweb: linkify author/committer names with search
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 d60bfc1f6..cb3f0baf0 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;