summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.css
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2009-10-25 18:40:21 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-10-25 18:40:21 -0700
commit24be49522f00767718e84468d46ccb22cc7734d7 (patch)
tree193772be106fc49c1b7098d2c9ba31abba07fa12 /gitweb/gitweb.css
parentMerge branch 'jk/maint-cvsimport-pathname' (diff)
parentgitweb: linkify author/committer names with search (diff)
downloadtgif-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 d60bfc1f64..cb3f0baf05 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;