summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index 118a7f7..f62e84f 100644
--- a/cgit.css
+++ b/cgit.css
@@ -54,8 +54,8 @@ div#cgit .theattening::before {
content: '@';
}
div#cgit .thedottening::after {
- content: '˙';
- transform: rotate(180deg);
+ content: '·';
+ transform: translateY(50%) rotateX(180deg);
}
div#cgit .theattening::before,
div#cgit .thedottening::after {