From 9f2dfbfb40b4293b03257fbf00a942132b035fc0 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 12 Oct 2012 18:06:58 +0200 Subject: [PATCH] Added support for gravatar images --- README.rst | 2 +- gitweb.css | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) mode change 100755 => 100644 gitweb.css diff --git a/README.rst b/README.rst index 5da5548..779b2f8 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Theme for gitweb ================ -This is an alternative theme for `gitweb`_ (tested with git web interface version 1.7.12). It is *strongly* inspired by GitHub. +This is an alternative theme for `gitweb`_ (tested with git web interface version 1.7.12.3). It is *strongly* inspired by GitHub. Fullsize screenshots available on `kogakure.github.com/gitweb-theme`_. diff --git a/gitweb.css b/gitweb.css old mode 100755 new mode 100644 index c595073..01d86d9 --- a/gitweb.css +++ b/gitweb.css @@ -358,6 +358,22 @@ th .header { width: 99%; } +.author .avatar, +.author_date .avatar { + position: relative; + top: 3px; +} + +.object_header .avatar { + border: 1px solid #D8D8D8; + float: right; +} + +.object_header td, +.object_header th { + vertical-align: top; +} + /* Refs ---------------------------------------------------------------------------- */ @@ -544,3 +560,4 @@ td.pre, div.pre, div.diff { .kwb { color:#6b3099; } .kwc { color:#d4663d; } .kwd { color:#2928ff; } + -- 2.30.2