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/login.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 '')
-rw-r--r-- | templates/login.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login.tmpl b/templates/login.tmpl index 3bac030..47c4fc4 100644 --- a/templates/login.tmpl +++ b/templates/login.tmpl @@ -13,7 +13,7 @@ {{- .login_error -}} <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"> |