diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 19:53:50 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 19:53:50 +0800 |
commit | 705274a92b34fd1ee7387ba217006cff7ff73be1 (patch) | |
tree | 1dbf942d9ea7ff62981c2f49556a955c5267bf77 /templates/repo_log.html.tmpl | |
parent | repo_{index,tree_dir}.html, style.css: No inner margins on README td's (diff) | |
download | forge-705274a92b34fd1ee7387ba217006cff7ff73be1.tar.gz forge-705274a92b34fd1ee7387ba217006cff7ff73be1.tar.zst forge-705274a92b34fd1ee7387ba217006cff7ff73be1.zip |
style.css, *.html: Scrolling behavior
Diffstat (limited to 'templates/repo_log.html.tmpl')
-rw-r--r-- | templates/repo_log.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_log.html.tmpl b/templates/repo_log.html.tmpl index 9054c2d..74b9c3f 100644 --- a/templates/repo_log.html.tmpl +++ b/templates/repo_log.html.tmpl @@ -6,7 +6,7 @@ <title>Log of {{ .group_name }}/repos/{{ .repo_name }} – Lindenii Forge</title> </head> <body class="repo-index"> - <table id="recent-commits"> + <table id="commits" class="wide"> <thead> <tr class="title-row"> <th colspan="4">Commits on {{ .ref }}</th> |