diff options
Diffstat (limited to 'synapse/res/templates/terms.html')
-rw-r--r-- | synapse/res/templates/terms.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/synapse/res/templates/terms.html b/synapse/res/templates/terms.html index ffabebdd8b..66c40a7000 100644 --- a/synapse/res/templates/terms.html +++ b/synapse/res/templates/terms.html @@ -2,7 +2,12 @@ {% block title %}Authentication{% endblock %} {% block header %} -<link rel="stylesheet" href="/_matrix/static/client/register/style.css"> +<style type="text/css"> + #registrationForm input { + display: block; + margin: auto; + } +</style> {% endblock %} {% block body %} |