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/group.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/group.tmpl')
-rw-r--r-- | templates/group.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/group.tmpl b/templates/group.tmpl index 3a4a7d1..e942ccc 100644 --- a/templates/group.tmpl +++ b/templates/group.tmpl @@ -22,7 +22,7 @@ {{- if .direct_access -}} <div class="padding-wrapper"> <form method="POST" enctype="application/x-www-form-urlencoded"> - <table class="rounded-footed"> + <table> <thead> <tr> <th class="title-row" colspan="2"> |