diff options
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 7c2e8fc..a72fe44 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"> + <table class="wide rounded"> <thead> <tr> <th colspan="2" class="title-row">Groups</th> @@ -36,7 +36,7 @@ </tbody> </table> <div class="padding-wrapper"> - <table class="wide"> + <table class="wide rounded"> <thead> <tr> <th colspan="2" class="title-row"> |