Error 404
Page not found
@@ -57,7 +54,6 @@ Or use the search.
-diff --git a/app/assets/images/500.png b/app/assets/images/500.png deleted file mode 100644 index ea507efc9..000000000 Binary files a/app/assets/images/500.png and /dev/null differ diff --git a/app/assets/stylesheets/views/error_pages.css.sass b/app/assets/stylesheets/views/error_pages.css.sass index 0e89475e0..76734c706 100644 --- a/app/assets/stylesheets/views/error_pages.css.sass +++ b/app/assets/stylesheets/views/error_pages.css.sass @@ -1,61 +1,68 @@ /*404*/ -article div.all +article div.all.error404 + text-align: center - .error404 + img + margin: 0 auto + + h1 + font-size: 48px + font-weight: normal + + span + color: #4496d0 + + h2 + font-size: 18px + font-weight: normal + + p text-align: center - - h1 - font-size: 48px - font-weight: normal - - span - color: #4496d0 - - h2 - font-size: 18px - font-weight: normal - - p - text-align: center - font-size: 14px + font-size: 14px /*500*/ - .error500 +article div.all.error500 + text-align: center + + img + margin: 0 auto + + h1 + font-size: 48px + font-weight: normal + + span + color: #4496d0 + + h2 + font-size: 18px + font-weight: normal + + p text-align: center - - h1 - font-size: 48px - font-weight: normal - - span - color: #4496d0 - - h2 - font-size: 18px - font-weight: normal - - p - text-align: center - font-size: 14px + font-size: 14px /*503*/ - .error503 +article div.all.error503 text-align: center - h1 - font-size: 38px - font-weight: normal - text-align: center + img + margin: 0 auto - span - color: #4496d0 + h1 + font-size: 38px + font-weight: normal + text-align: center - h2 - font-size: 18px - font-weight: normal + span + color: #4496d0 - span - color: #4496d0 + h2 + font-size: 18px + font-weight: normal + + span + color: #4496d0 diff --git a/public/404.html b/public/404.html index 6f0a08e54..f143c25d9 100644 --- a/public/404.html +++ b/public/404.html @@ -29,25 +29,22 @@ -
@@ -57,7 +54,6 @@ Or use the search.
-