gitweb: Allow for pre-parsed difftree info in git_patchset_body
[gitweb.git] / gitweb / gitweb.css
index 9013895857b76ea879e58ea90f2885d6744d1127..5eaa24fd24945bcec7d7fc4230755a85238f82e4 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;