diff --git a/public/404.html b/public/404.html index 867f193a98f..a0106bc760d 100644 --- a/public/404.html +++ b/public/404.html @@ -1,14 +1,15 @@ - The page you were looking for doesn't exist (404) + The page you're looking for could not be found (404)

404

-

The page you were looking for doesn't exist.

+

The page you're looking for could not be found.


-

You may have mistyped the address or the page may have moved.

+

Make sure the address is correct and that the page hasn't moved.

+

Please contact your GitLab administrator if you think this is a mistake.

diff --git a/public/422.html b/public/422.html index b6c37ac5386..cad385ac153 100644 --- a/public/422.html +++ b/public/422.html @@ -1,16 +1,16 @@ - The change you wanted was rejected (422) - + The change you requested was rejected (422) +

422

-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
+

The change you requested was rejected.

+
+

Make sure you have access to the thing you tried to change.

+

Please contact your GitLab administrator if you think this is a mistake.

diff --git a/public/500.html b/public/500.html index c84b9e90e4b..08c11bbd05a 100644 --- a/public/500.html +++ b/public/500.html @@ -1,13 +1,14 @@ - We're sorry, but something went wrong (500) + Something went wrong (500)

500

-

We're sorry, but something went wrong.

+

Whoops, something went wrong on our end.


+

Try refreshing the page, or going back and attempting the action again.

Please contact your GitLab administrator if this problem persists.

diff --git a/public/502.html b/public/502.html index d171eccc927..9480a928439 100644 --- a/public/502.html +++ b/public/502.html @@ -6,8 +6,9 @@

502

-

GitLab is not responding.

+

Whoops, GitLab is taking too much time to respond.


+

Try refreshing the page, or going back and attempting the action again.

Please contact your GitLab administrator if this problem persists.

diff --git a/public/deploy.html b/public/deploy.html index e41ed76573d..1a41b772f3c 100644 --- a/public/deploy.html +++ b/public/deploy.html @@ -1,11 +1,17 @@ - Deploy in progress. Please try again in a few minutes + Deploy in progress + -

Deploy in progress

-

Please try again in a few minutes or contact your administrator.

+

+
+ Deploy in progress +

+

Please try again in a few minutes.

+
+

Please contact your GitLab administrator if this problem persists.

diff --git a/public/static.css b/public/static.css index c6f92ac01d9..0a2b6060d48 100644 --- a/public/static.css +++ b/public/static.css @@ -2,18 +2,24 @@ body { color: #666; text-align: center; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - margin:0; + margin: 0; width: 800px; margin: auto; font-size: 14px; } + h1 { font-size: 56px; line-height: 100px; font-weight: normal; color: #456; } -h2 { font-size: 24px; color: #666; line-height: 1.5em; } + +h2 { + font-size: 24px; + color: #666; + line-height: 1.5em; +} h3 { color: #456;