summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index f62e84f..4def113 100644
--- a/cgit.css
+++ b/cgit.css
@@ -55,7 +55,9 @@ div#cgit .theattening::before {
}
div#cgit .thedottening::after {
content: 'ยท';
- transform: translateY(50%) rotateX(180deg);
+ transform: translateY(50%) rotateX(180deg) scale(1.5);
+ display: inline-block;
+ margin-left: 1px;
}
div#cgit .theattening::before,
div#cgit .thedottening::after {