diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-10 23:47:01 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-10 23:47:01 +0800 |
commit | 37d06318440f4db057e3d3b4739c774fa0e7f110 (patch) | |
tree | dc21a4d20c0d65f0061df0da0c1cc674ba997d09 /templates/repo_log.tmpl | |
parent | css: Make --danger-color actually red (diff) | |
download | forge-37d06318440f4db057e3d3b4739c774fa0e7f110.tar.gz forge-37d06318440f4db057e3d3b4739c774fa0e7f110.tar.zst forge-37d06318440f4db057e3d3b4739c774fa0e7f110.zip |
css, html: Rounded corners
Diffstat (limited to '')
-rw-r--r-- | templates/repo_log.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_log.tmpl b/templates/repo_log.tmpl index 324ceeb..64e6783 100644 --- a/templates/repo_log.tmpl +++ b/templates/repo_log.tmpl @@ -12,7 +12,7 @@ <body class="repo-log"> {{- template "header" . -}} <div class="scroll"> - <table id="commits" class="wide"> + <table id="commits" class="wide rounded"> <thead> <tr class="title-row"> <th colspan="4">Commits {{ if .ref_name }} on {{ .ref_name }}{{ end -}}</th> |