summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgit/web/local.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/cgit/web/local.scss b/cgit/web/local.scss
index 46b9ba1..776ffac 100644
--- a/cgit/web/local.scss
+++ b/cgit/web/local.scss
@@ -4,9 +4,14 @@
div#cgit table.blob ol {
padding: 0;
- marging: 0;
+ margin: 0;
}
div#cgit table.blob li {
height: 0;
+ &::before {
+ border-left: 1px solid grey;
+ margin-right: .5em;
+ content: '';
+ }
}