diff options
author | Lars Hjemli <hjemli@gmail.com> | 2007-05-19 05:48:22 (JST) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-05-19 05:51:18 (JST) |
commit | 5877c49f68b1e1bef94b4867f22c336f0e1605b6 (patch) | |
tree | 4e628096d9f189b7ef5ff9dcda40a07a5f7b21d0 /cgit.css | |
parent | 08cc2e5f0e24773dad81d38bd6b689e36afe9dda (diff) | |
download | cgit-5877c49f68b1e1bef94b4867f22c336f0e1605b6.zip cgit-5877c49f68b1e1bef94b4867f22c336f0e1605b6.tar.gz |
Teach cgit how to group repositories by category
The new parameter 'repo.group' is used to set the repository group
for the following repositores. Whenever this parameter changes value,
a subheading is generated in the index page (printing the current value
of repo.group).
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -353,3 +353,8 @@ table.diff td div.del { | |||
353 | .right { | 353 | .right { |
354 | text-align: right; | 354 | text-align: right; |
355 | } | 355 | } |
356 | |||
357 | table.list td.repogroup { | ||
358 | padding-top: 1em; | ||
359 | font-weight: bold; | ||
360 | } | ||