Added some css to make text visible on 404 and 404 pages.

Removed references to non-existent content—page-header-panel.html.
This commit is contained in:
Nick Seidenman (N6) 2017-02-05 09:45:12 +11:00
parent a56ea57178
commit a00fc7845e
3 changed files with 7 additions and 3 deletions

View file

@ -11,7 +11,6 @@
{% block body %} {% block body %}
{% block content %} {% block content %}
{% include "cms_pages/content_page_header_panel.html" %}
<div class="l-content-page"> <div class="l-content-page">
<div class="l-content-page--richtext"> <div class="l-content-page--richtext">
<h2>{{ title }} <span>(403)</span></h2> <h2>{{ title }} <span>(403)</span></h2>

View file

@ -11,9 +11,8 @@
{% block body %} {% block body %}
{% block content %} {% block content %}
{% include "cms_pages/content_page_header_panel.html" %}
<div class="l-content-page"> <div class="l-content-page">
<div class="l-content-page--richtext"> <div class="l-content-page--richtext ooops-hack">
<h2>Ooops</h2> <h2>Ooops</h2>
<p>The page you're looking for doesn't exist. Sorry!</p> <p>The page you're looking for doesn't exist. Sorry!</p>

View file

@ -1696,4 +1696,10 @@ via: http://csswizardry.com/2013/04/shame-css/
------------------------------------------------------------------------------------------------ */ ------------------------------------------------------------------------------------------------ */
.ooops-hack {
color: rgb(250,250,200);
background-color: rgba(25,25,25,.8);
}
/*# sourceMappingURL=maps/app.css.map */ /*# sourceMappingURL=maps/app.css.map */