diff options
author | 2018-06-06 16:54:37 +0100 | |
---|---|---|
committer | 2018-06-06 16:54:37 +0100 | |
commit | 7199a6bbb61ea3ef5dab6714d341a50d58c53626 (patch) | |
tree | 80009bbe0715a97df0adb2d2eee290c25725edca /templates | |
parent | [CI] Add docker/curl to deploy steps (diff) |
Fix privacy table
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main/about/privacy.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main/about/privacy.html b/templates/main/about/privacy.html index 2ff2afdc..3f956247 100644 --- a/templates/main/about/privacy.html +++ b/templates/main/about/privacy.html @@ -83,14 +83,14 @@ <td>Used to identify you on GitHub as part of a code jam team</td> <td>Public, for code jam team listings</td> </tr> - <tr> + <tr class="thick-bottom-border"> <td>Timezone</td> <td class="uk-table-shrink">Code jam profile</td> <td>A factor in code jam team match-ups</td> <td>Administrative staff</td> </tr> - <tr class="thick-bottom-border"> + <tr> <td>System Information</td> <td class="uk-table-shrink">Code jam signup</td> <td>Used to verify that you have a working environment</td> |