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`_.
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
---------------------------------------------------------------------------- */
.kwb { color:#6b3099; }
.kwc { color:#d4663d; }
.kwd { color:#2928ff; }
+