gitweb: Mark commits with no "previous" in 'blame' view
[gitweb.git] / gitweb / gitweb.css
index d05bc376463c3412f50f299949fb836aee5c12da..47633376d1af3ac4345ced69560416d43f3a4c1f 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;
 }