From 271ac5a7e6b5b67f54fdd16e8542aa282f1c7140 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 20 May 2007 20:13:17 +0000 Subject: Merge branch 'repogroups' * repogroups: Adjust apperance of repogroup headers Don't highlight repogroup headings Teach cgit how to group repositories by category --- (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index 6c7f9c3..5dd43b0 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; + border-bottom: solid 1px #777; +} -- cgit v0.9.0.2