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 <kristal.dale@intel.com>
This commit is contained in:
Kristal Dale
2019-10-07 09:34:54 -07:00
committed by michael vincerra
parent b2e82fe887
commit 6e7c909fef
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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 @@
</style>
</head>
<body>
<img src="../_static/clearlinux.png" class="logo" alt="Logo">
<img src="https://docs.01.org/clearlinux/latest/_static/clearlinux.png" class="logo" alt="Logo">
<h1>403 Forbidden</h1>
<p>Sorry, looks like you don't have permission to access this page.</p>
<p>Please go back to the <a href="https://docs.01.org/clearlinux">documentation home page</a> or try searching:</p>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<form id="rtd-search-form" class="wy-form" action="https://docs.01.org/clearlinux/latest/search.html" method="get">
<input type="text" name="q" id="clear-docs-search" placeholder="Search documentation" results="0">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
+3 -3
View File
@@ -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 @@
</style>
</head>
<body>
<img src="../_static/clearlinux.png" class="logo" alt="Logo">
<img src="https://docs.01.org/clearlinux/latest/_static/clearlinux.png" class="logo" alt="Logo">
<h1>404 Not Found</h1>
<p>Sorry, we didn't find the page you're looking for.</p>
<p>Please go back to the <a href="https://docs.01.org/clearlinux">documentation home page</a> or try searching:</p>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<form id="rtd-search-form" class="wy-form" action="https://docs.01.org/clearlinux/latest/search.html" method="get">
<input type="text" name="q" id="clear-docs-search" placeholder="Search documentation" results="0">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">