aboutsummaryrefslogtreecommitdiff
path: root/ui-shared.c
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-02-12 02:14:24 -0500
committerThedro Neely <thedroneely@gmail.com>2021-11-16 22:16:52 -0500
commit162612d5a5e4492c38aee2fb87159203f7f71a06 (patch)
tree9da80cddfb71f8290819aa51701297d2a424e3f6 /ui-shared.c
parent5258c297ba6fb604ae1415fbc19a3fe42457e49e (diff)
downloadcgit-162612d5a5e4492c38aee2fb87159203f7f71a06.tar.gz
cgit-162612d5a5e4492c38aee2fb87159203f7f71a06.tar.bz2
cgit-162612d5a5e4492c38aee2fb87159203f7f71a06.zip
css: custom
Add custom image and favicon. Slightly modernize interface with custom CSS style sheet. Adjust markdown filter. Highlight line number #id in code preview.
Diffstat (limited to 'ui-shared.c')
-rw-r--r--ui-shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c
index acd8ab5..0c4c611 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -994,7 +994,7 @@ static void print_header(void)
html("<td class='main'>");
if (ctx.repo) {
cgit_index_link("index", NULL, NULL, NULL, NULL, 0, 1);
- html(" : ");
+ html(" <span>/</span> ");
cgit_summary_link(ctx.repo->name, ctx.repo->name, NULL, NULL);
if (ctx.env.authenticated) {
html("</td><td class='form'>");