summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2007-05-18 20:48:22 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-05-18 20:51:18 (UTC)
commit5877c49f68b1e1bef94b4867f22c336f0e1605b6 (patch) (unidiff)
tree4e628096d9f189b7ef5ff9dcda40a07a5f7b21d0 /cgit.css
parent08cc2e5f0e24773dad81d38bd6b689e36afe9dda (diff)
downloadcgit-5877c49f68b1e1bef94b4867f22c336f0e1605b6.zip
cgit-5877c49f68b1e1bef94b4867f22c336f0e1605b6.tar.gz
cgit-5877c49f68b1e1bef94b4867f22c336f0e1605b6.tar.bz2
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') (more/less context) (show whitespace changes)
-rw-r--r--cgit.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 6c7f9c3..88a0a1d 100644
--- a/cgit.css
+++ b/cgit.css
@@ -350,6 +350,11 @@ table.diff td div.del {
350 text-align: left; 350 text-align: left;
351} 351}
352 352
353.right { 353.right {
354 text-align: right; 354 text-align: right;
355} 355}
356
357table.list td.repogroup {
358 padding-top: 1em;
359 font-weight: bold;
360}