aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_index.html.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-11 19:33:01 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-11 19:33:01 +0800
commit1dc8c1a78e7e7e35cf1f5b3226b3dd07dd8c8090 (patch)
tree28ecfbbde98e4f9d3ea6ba912e65848955af39c3 /templates/repo_index.html.tmpl
parentrepo_commit: Add commit message (diff)
downloadforge-1dc8c1a78e7e7e35cf1f5b3226b3dd07dd8c8090.tar.gz
forge-1dc8c1a78e7e7e35cf1f5b3226b3dd07dd8c8090.tar.zst
forge-1dc8c1a78e7e7e35cf1f5b3226b3dd07dd8c8090.zip
repo_{index,tree_dir}.html, style.css: No inner margins on README td's
Diffstat (limited to '')
-rw-r--r--templates/repo_index.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo_index.html.tmpl b/templates/repo_index.html.tmpl
index 4fd4f08..216e5f4 100644
--- a/templates/repo_index.html.tmpl
+++ b/templates/repo_index.html.tmpl
@@ -63,7 +63,7 @@
</div>
<div class="padding-wrapper">
{{ if .readme }}
- <table id="readme">
+ <table>
<thead>
<tr class="title-row">
<th>
@@ -73,7 +73,7 @@
</thead>
<tbody>
<tr>
- <td>
+ <td id="readme">
{{ .readme -}}
</td>
</tr>