]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Add author initials in 'blame' view, a la "git gui blame"
[Gitweb] / gitweb.css
index ad71a3f39a7f81011cc5d115534e0b6805cbcd6b28d955a51a75a5176d0a8db3..10868fadd45112702267cb6fd92ee935458b997e6b26e48e7331dae09b2f3637 100644 (file)
@@ -242,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%;
@@ -262,7 +267,7 @@ td.sha1 {
        font-family: monospace;
 }
 
-td.error {
+.error {
        color: red;
        background-color: yellow;
 }
This page took 0.351559 seconds and 4 git commands to generate.