2 files changed,
4 insertions(+),
8 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-02-21 17:26:40 +0200
Change ID:
lsskxkzrnroxlpxmpoloxtopvquryvvs
Parent:
55faf33
jump to
| M | web/static/style.css |
| M | web/templates/repo_log.html |
M
web/static/style.css
@@ -102,13 +102,9 @@ .muted { color: var(--gray); }
.size { text-align: right; } -.mode, -.size, -.commit-hash, -.commit-email, -.diff-type { - font-family: var(--mono-font); -} +.mode, .size, +.commit-hash, .commit-email, +.diff-type { font-family: var(--mono-font); } /* tables */ .table {
M
web/templates/repo_log.html
@@ -35,7 +35,7 @@ <strong>{{ .AuthorName }}</strong><br>
<a href="mailto:{{ .AuthorEmail }}" class="commit-email">{{ .AuthorEmail }}</a> </span> </td> - <td class=""> + <td class="commit-hash"> <a href="/{{ $repo }}/commit/{{ .Hash }}">{{ .HashShort }}</a> </td> <td class="age nowrap">