Code

gitweb: Optional grouping of projects by category
[git.git] / gitweb / static / gitweb.css
index 79d7eebba797f3bd80a639f6ca0835e15016762d..4df2d163c98aaf6ab42b58d9052dbaead373a453 100644 (file)
@@ -295,6 +295,13 @@ td.current_head {
        text-decoration: underline;
 }
 
+td.category {
+       background-color: #d9d8d1;
+       border-top: 1px solid #000000;
+       border-left: 1px solid #000000;
+       font-weight: bold;
+}
+
 table.diff_tree span.file_status.new {
        color: #008000;
 }