diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/group.tmpl | 2 | ||||
-rw-r--r-- | templates/login.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/group.tmpl b/templates/group.tmpl index 9c8c9eb..98d4c76 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"> + <table class="rounded-footed"> <thead> <tr> <th class="title-row" colspan="2"> diff --git a/templates/login.tmpl b/templates/login.tmpl index c5409af..3bac030 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"> + <table class="rounded-footed"> <thead> <tr> <th class="title-row" colspan="2"> |