]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Mark boundary commits in 'blame' view
[Gitweb] / gitweb.css
index ad71a3f39a7f81011cc5d115534e0b6805cbcd6b28d955a51a75a5176d0a8db3..1e8737752943865433ca03918206e10cd653d2175bd21932fe4b2b29aa7340cd 100644 (file)
@@ -242,6 +242,10 @@ tr.dark:hover {
        background-color: #edece6;
 }
 
+tr.boundary td.sha1 {
+       font-weight: bold;
+}
+
 td {
        padding: 2px 5px;
        font-size: 100%;
@@ -262,7 +266,7 @@ td.sha1 {
        font-family: monospace;
 }
 
-td.error {
+.error {
        color: red;
        background-color: yellow;
 }
This page took 0.208486 seconds and 4 git commands to generate.