diff options
Diffstat (limited to 'synapse/res/templates/recaptcha.html')
-rw-r--r-- | synapse/res/templates/recaptcha.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/synapse/res/templates/recaptcha.html b/synapse/res/templates/recaptcha.html index f00992a24b..b80e5e8f24 100644 --- a/synapse/res/templates/recaptcha.html +++ b/synapse/res/templates/recaptcha.html @@ -3,7 +3,11 @@ {% block header %} <script src="https://www.recaptcha.net/recaptcha/api.js" async defer></script> -<link rel="stylesheet" href="/_matrix/static/client/register/style.css"> +<style type="text/css"> + .g-recaptcha div { + margin: auto; + } +</style> <script> function captchaDone() { document.getElementById('registrationForm').submit(); |