]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Allow for pre-parsed difftree info in git_patchset_body
[Gitweb] / gitweb.css
index cb0a9b1970f613263f4706b8f981f7d820728dec84eab7b948bbfe1b1a14557d..a592d3cc2c64d20f9029e9ee94b657631c93c09c9cde290813725dccb9c844d9 100644 (file)
@@ -42,6 +42,7 @@ div.page_nav a:visited {
 
 div.page_path {
        padding: 8px;
+       font-weight: bold;
        border: solid #d9d8d1;
        border-width: 0px 0px 1px;
 }
@@ -117,11 +118,14 @@ div.list_head {
 
 a.list {
        text-decoration: none;
-       font-weight: bold;
        color: #000000;
 }
 
-table.tags a.list {
+a.subject, a.name {
+       font-weight: bold;
+}
+
+table.tags a.subject {
        font-weight: normal;
 }
 
@@ -281,6 +285,10 @@ div.diff.chunk_header {
        color: #990099;
 }
 
+div.diff.incomplete {
+       color: #cccccc;
+}
+
 div.diff_info {
        font-family: monospace;
        color: #000099;
This page took 0.217596 seconds and 4 git commands to generate.