Added support for gravatar images gitweb-1.7.12.3
authorStefan Imhoff <stefan@imhoff.name>
Fri, 12 Oct 2012 16:06:58 +0000 (18:06 +0200)
committerStefan Imhoff <stefan@imhoff.name>
Fri, 12 Oct 2012 16:06:58 +0000 (18:06 +0200)
README.rst
gitweb.css [changed mode: 0755->0644]

index 5da55484dd432c5ac839a5f3328fa6e0ca1234b7..779b2f8b21f157031c00318812a979d832c79ea3 100644 (file)
@@ -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`_.
 
old mode 100755 (executable)
new mode 100644 (file)
index c595073..01d86d9
@@ -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; }
+