diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-25 12:37:38 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-25 12:37:38 +0800 |
commit | b6db7279b24db90277bc2cef1ce53eb0e8c17498 (patch) | |
tree | 5727f1c09218fa320cdd423b5bb9d389e0246f06 /templates/index.tmpl | |
parent | Remove test message in IRC (diff) | |
download | forge-b6db7279b24db90277bc2cef1ce53eb0e8c17498.tar.gz forge-b6db7279b24db90277bc2cef1ce53eb0e8c17498.tar.zst forge-b6db7279b24db90277bc2cef1ce53eb0e8c17498.zip |
Further remove .rounded and .rounded-footed
Diffstat (limited to 'templates/index.tmpl')
-rw-r--r-- | templates/index.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl index a72fe44..7c2e8fc 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -12,7 +12,7 @@ <body class="index"> {{- template "header" . -}} <div class="padding-wrapper"> - <table class="wide rounded"> + <table class="wide"> <thead> <tr> <th colspan="2" class="title-row">Groups</th> @@ -36,7 +36,7 @@ </tbody> </table> <div class="padding-wrapper"> - <table class="wide rounded"> + <table class="wide"> <thead> <tr> <th colspan="2" class="title-row"> |