diff --git a/assets/scripts/app/templates/insufficient_oauth_permissions.hbs b/assets/scripts/app/templates/insufficient_oauth_permissions.hbs
index 063831a6..5403a743 100644
--- a/assets/scripts/app/templates/insufficient_oauth_permissions.hbs
+++ b/assets/scripts/app/templates/insufficient_oauth_permissions.hbs
@@ -6,16 +6,16 @@
- It looks like we don't have sufficient privileges for your GitHub account.
- This can happen for different reasons, most commonly due to an older token
- stored on our end, or because some of the permissions have been removed
- from the token. Unfortunately we need those to provide you with the best service.
-
- Luckily, the issue can be easily corrected by going through the login flow
- once again. Make sure the permissions we ask for are all available.
-
- For more information about the OAuth scopes and what we need them for,
- [check our documentation on this topic](http://docs.travis-ci.com/user/github-oauth-scopes/).
+ It looks like we don't have sufficient privileges for your GitHub account.
+ This can happen for different reasons, most commonly due to an older token
+ stored on our end, or because some of the permissions have been removed
+ from the token. Unfortunately we need those to provide you with the best service.
+
+ Luckily, the issue can be easily corrected by going through the login flow
+ once again. Make sure the permissions we ask for are all available.
+
+ For more information about the OAuth scopes and what we need them for,
+ check our documentation on this topic.
diff --git a/assets/styles/auth.sass b/assets/styles/auth.sass
index 13b59273..6d611a9d 100644
--- a/assets/styles/auth.sass
+++ b/assets/styles/auth.sass
@@ -73,9 +73,10 @@
color: #919191
font-size: 20px
font-weight: 400
- text-align: center
+ text-align: left
+ margin: 0px auto
padding: 0
- margin: 0
+ width: 600px
.sad-travis
border: 0px
@@ -92,4 +93,4 @@
max-width: 380px
display: block
float: left
- clear: all
\ No newline at end of file
+ clear: all