From 6e7c909fefcc3e12bcc7aa073dde99bc8d5ff45a Mon Sep 17 00:00:00 2001 From: Kristal Dale Date: Mon, 7 Oct 2019 09:34:54 -0700 Subject: [PATCH] Update 400 http error pages (#844) - Update paths to search and image to be absolute URLs - Correct typo in CSS Signed-off-by: Kristal Dale --- source/_html_extra/_errors/403.html | 6 +++--- source/_html_extra/_errors/404.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_html_extra/_errors/403.html b/source/_html_extra/_errors/403.html index a3a5f979..bca14094 100644 --- a/source/_html_extra/_errors/403.html +++ b/source/_html_extra/_errors/403.html @@ -17,7 +17,7 @@ html { color: #404040; display: table; - font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;; + font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; height: 100%; text-align: center; width: 100%; @@ -63,13 +63,13 @@ - +

403 Forbidden

Sorry, looks like you don't have permission to access this page.

Please go back to the documentation home page or try searching:

-
+ diff --git a/source/_html_extra/_errors/404.html b/source/_html_extra/_errors/404.html index d1487bc5..32046bfb 100644 --- a/source/_html_extra/_errors/404.html +++ b/source/_html_extra/_errors/404.html @@ -17,7 +17,7 @@ html { color: #404040; display: table; - font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;; + font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; height: 100%; text-align: center; width: 100%; @@ -63,13 +63,13 @@ - +

404 Not Found

Sorry, we didn't find the page you're looking for.

Please go back to the documentation home page or try searching:

- +