From 5877c49f68b1e1bef94b4867f22c336f0e1605b6 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Fri, 18 May 2007 22:48:22 +0200 Subject: 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 --- cgit.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index 6c7f9c3..88a0a1d 100644 --- a/cgit.css +++ b/cgit.css @@ -353,3 +353,8 @@ table.diff td div.del { .right { text-align: right; } + +table.list td.repogroup { + padding-top: 1em; + font-weight: bold; +} -- cgit v1.2.3-24-g4f1b