From 0c1f6cc592afbcc426d730f77e5863df6b476ab7 Mon Sep 17 00:00:00 2001 From: Dimitrie Hoekstra Date: Wed, 14 Dec 2016 15:44:15 +0100 Subject: added go back anchor on error pages --- public/502.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'public/502.html') diff --git a/public/502.html b/public/502.html index c2be4f130a9..f037b81bace 100644 --- a/public/502.html +++ b/public/502.html @@ -46,6 +46,14 @@ margin: 40px auto; } + a { + line-height: 100px; + font-weight: normal; + color: #4A8BEE; + font-size: 18px; + text-decoration: none; + } + .container { margin: auto 20px; } @@ -63,6 +71,7 @@

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

Please contact your GitLab administrator if this problem persists.

+ Go back -- cgit v1.2.1