diff options
-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> |