404 pages rendreed within layout

Before this pull request, the 404 and 404-search templates where handled
as full HTML pages without the page context (layout).

With this pull request both pages are rendered inside the selected
themes layout. Additionally the 404 template now contains the "search
form" and the homepage link.

All Themes are already updated with the above changes.
This commit is contained in:
Andreas 2015-08-24 12:44:28 +02:00
commit 41ae84a129
17 changed files with 133 additions and 168 deletions

View file

@ -332,6 +332,10 @@ ul li, ol li {
#search-form {
float: right;
}
.error-404 .post #search-form,
.error-404-search .post #search-form {
float: none;
}
.search-input {
border: 1px solid #E5E5E5;