diff --git a/colab/accounts/templates/accounts/user_update_form.html b/colab/accounts/templates/accounts/user_update_form.html
index 23be09a..297ec36 100644
--- a/colab/accounts/templates/accounts/user_update_form.html
+++ b/colab/accounts/templates/accounts/user_update_form.html
@@ -228,8 +228,11 @@ $(function() {
-
diff --git a/colab/static/css/screen.css b/colab/static/css/screen.css
index a9c76b1..75cb4c0 100644
--- a/colab/static/css/screen.css
+++ b/colab/static/css/screen.css
@@ -115,10 +115,9 @@ form.signup .form-group {
margin-left: 0.5em;
}
-div.submit {
- margin: auto;
- margin-bottom: 2em;
- width: 200px;
+div.links-group {
+ text-align: center;
+ margin-bottom: 20px;
}
.checkbox ul {
--
libgit2 0.21.2