diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-10-25 18:40:21 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-25 18:40:21 -0700 |
commit | 24be49522f00767718e84468d46ccb22cc7734d7 (patch) | |
tree | 193772be106fc49c1b7098d2c9ba31abba07fa12 /gitweb/gitweb.css | |
parent | Merge branch 'jk/maint-cvsimport-pathname' (diff) | |
parent | gitweb: linkify author/committer names with search (diff) | |
download | tgif-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.css | 4 |
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; |