diff options
| author | Junio C Hamano <gitster@pobox.com> | 2009-07-09 01:00:59 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2009-07-09 01:00:59 -0700 |
| commit | 1d4bf0b362bbe26f6a8b6e8e278cd45986de4aeb (patch) | |
| tree | 812cd8a2cd117c02fe0f6b5625f037748305adf9 /gitweb/gitweb.css | |
| parent | Merge branch 'ml/http' (diff) | |
| parent | gitweb: add empty alt text to avatar img (diff) | |
| download | git-1d4bf0b362bbe26f6a8b6e8e278cd45986de4aeb.tar.gz git-1d4bf0b362bbe26f6a8b6e8e278cd45986de4aeb.zip | |
Merge branch 'gb/gitweb-avatar'
* gb/gitweb-avatar:
gitweb: add empty alt text to avatar img
gitweb: picon avatar provider
gitweb: gravatar url cache
gitweb: (gr)avatar support
gitweb: use git_print_authorship_rows in 'tag' view too
gitweb: uniform author info for commit and commitdiff
gitweb: refactor author name insertion
Diffstat (limited to 'gitweb/gitweb.css')
| -rw-r--r-- | gitweb/gitweb.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index a01eac814e..d05bc37646 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -28,6 +28,10 @@ img.logo { border-width: 0px; } +img.avatar { + vertical-align: middle; +} + div.page_header { height: 25px; padding: 8px; @@ -132,11 +136,14 @@ div.list_head { font-style: italic; } +.author_date, .author { + font-style: italic; +} + div.author_date { padding: 8px; border: solid #d9d8d1; border-width: 0px 0px 1px 0px; - font-style: italic; } a.list { |
