summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
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 {
text-align: left;
}
.right {
text-align: right;
}
+
+table.list td.repogroup {
+ padding-top: 1em;
+ font-weight: bold;
+}