summary refs log tree commit diff
path: root/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'default.html')
-rw-r--r--default.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/default.html b/default.html
index fefc9c7..7059e61 100644
--- a/default.html
+++ b/default.html
@@ -70,6 +70,13 @@ ul.recipient li:not(:last-child)::after {
 	content: ', ';
 	margin-right: 1ch;
 }
+ul.recipient li.group > address::after {
+	content: ': ';
+}
+ul.recipient li.group::after {
+	content: '; ';
+	margin-right: 1ch;
+}
 address.from::before {
 	content: 'From: ';
 }
5e0ad8fb30&follow=1'>Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe 2019-12-16Post "cgit setup"June McEnroe