diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-26 10:31:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-26 10:31:53 -0700 |
commit | 229e72dd6a34a2fbe5998fbddde44cb00174a602 (patch) | |
tree | 7d2b61db566683eee0bd7394b09d857f3d9dbb82 /gitweb/static | |
parent | 0a2a5d889dcd0982de31e1d4faee3242854d7b9d (diff) | |
parent | d940c9015d1a770b4f8ed8e9b38cf3d16f47a6cd (diff) | |
download | git-229e72dd6a34a2fbe5998fbddde44cb00174a602.tar.gz |
Merge branch 'jn/ctags-more'
* jn/ctags-more:
gitweb: Optional grouping of projects by category
gitweb: Modularized git_get_project_description to be more generic
gitweb: Split git_project_list_body in two functions
Diffstat (limited to 'gitweb/static')
-rw-r--r-- | gitweb/static/gitweb.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css index 79d7eebba7..4df2d163c9 100644 --- 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; } |