]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Add author initials in 'blame' view, a la "git gui blame"
[Gitweb] / gitweb.css
index 0c3cec29927657fd23958e883f33ff5ac8c4523b0ba82111934b3beeb8d0889f..10868fadd45112702267cb6fd92ee935458b997e6b26e48e7331dae09b2f3637 100644 (file)
@@ -28,6 +28,10 @@ img.logo {
        border-width: 0px;
 }
 
+img.avatar {
+       vertical-align: middle;
+}
+
 div.page_header {
        height: 25px;
        padding: 8px;
@@ -238,6 +242,11 @@ tr.dark:hover {
        background-color: #edece6;
 }
 
+tr.boundary td.sha1,
+tr.no-previous td.linenr {
+       font-weight: bold;
+}
+
 td {
        padding: 2px 5px;
        font-size: 100%;
@@ -258,7 +267,7 @@ td.sha1 {
        font-family: monospace;
 }
 
-td.error {
+.error {
        color: red;
        background-color: yellow;
 }
This page took 0.232281 seconds and 4 git commands to generate.