summaryrefslogtreecommitdiff
path: root/ui-shared.c
diff options
context:
space:
mode:
authorElis Eriksson <spelis.tech@gmail.com>2026-07-02 23:47:36 +0200
committerElis Eriksson <spelis.tech@gmail.com>2026-07-02 23:47:36 +0200
commite9abfd32cc5144c4e955e1f140ff5c5539586b76 (patch)
treeee2bcaf7938e44ab073d00e42cc4ec672e9f99af /ui-shared.c
parenta16b9477d951ae45ce6d8efc13d2dbc30d54dbdf (diff)
downloadcgit-main.tar
cgit-main.tar.gz
cgit-main.tar.bz2
cgit-main.tar.lz
cgit-main.tar.xz
cgit-main.tar.zst
cgit-main.zip
borrow css from symlinx because its betterHEADmain
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 b743d75..2f8d5c3 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -1084,7 +1084,7 @@ void cgit_print_pageheader(void)
if (!ctx.env.authenticated || !ctx.cfg.noheader)
print_header();
- html("<table class='tabs'><tr><td>\n");
+ html("<table class='tabs'><tr><td class='form'>\n");
if (ctx.env.authenticated && ctx.repo) {
if (ctx.repo->readme.nr)
reporevlink("about", "about", NULL,