1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Remove unused CSS styles and move some styles to proper files (#33217)

This commit is contained in:
wxiaoguang
2025-01-12 13:16:22 +08:00
committed by GitHub
parent a068462ac0
commit 9024b79933
4 changed files with 110 additions and 210 deletions

View File

@@ -12,7 +12,7 @@
{{range .LFSFiles}}
<tr>
<td>
<a href="{{$.Link}}/show/{{.Oid}}" title="{{.Oid}}" class="ui brown button tw-font-mono">
<a href="{{$.Link}}/show/{{.Oid}}" title="{{.Oid}}" class="ui button tw-font-mono">
{{ShortSha .Oid}}
</a>
</td>