Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Optional grouping of projects by category
[gitweb.git]
/
gitweb
/
static
/
gitweb.css
diff --git
a/gitweb/static/gitweb.css
b/gitweb/static/gitweb.css
index 79d7eebba797f3bd80a639f6ca0835e15016762d..4df2d163c98aaf6ab42b58d9052dbaead373a453 100644
(file)
--- a/
gitweb/static/gitweb.css
+++ b/
gitweb/static/gitweb.css
@@
-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;
}