diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/404.html | 2 | ||||
-rw-r--r-- | public/422.html | 2 | ||||
-rw-r--r-- | public/500.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/public/404.html b/public/404.html index d4b26fe439c..3e56e52cc18 100644 --- a/public/404.html +++ b/public/404.html @@ -7,7 +7,7 @@ <body> <h1>404</h1> - <div class="alert-message block-message error"> + <div> <h2>The page you were looking for doesn't exist.</h2> <p>You may have mistyped the address or the page may have moved.</p> </div> diff --git a/public/422.html b/public/422.html index a0a0a244105..b6c37ac5386 100644 --- a/public/422.html +++ b/public/422.html @@ -8,7 +8,7 @@ <body> <!-- This file lives in public/422.html --> <h1>422</h1> - <div class="alert-message block-message error"> + <div> <h2>The change you wanted was rejected.</h2> <p>Maybe you tried to change something you didn't have access to.</p> </div> diff --git a/public/500.html b/public/500.html index 2868de5e686..3be1cc259c0 100644 --- a/public/500.html +++ b/public/500.html @@ -8,7 +8,7 @@ <body> <!-- This file lives in public/500.html --> <h1>500</h1> - <div class="alert-message block-message error"> + <div> <h2>We're sorry, but something went wrong.</h2> <p>We've been notified about this issue and we'll take a look at it shortly.</p> </div> |