From a00fc7845e3ca9cd32516daf4c279e4e700a420f Mon Sep 17 00:00:00 2001 From: "Nick Seidenman (N6)" Date: Sun, 5 Feb 2017 09:45:12 +1100 Subject: [PATCH] =?UTF-8?q?Added=20some=20css=20to=20make=20text=20visible?= =?UTF-8?q?=20on=20404=20and=20404=20pages.=20Removed=20references=20to=20?= =?UTF-8?q?non-existent=20content=E2=80=94page-header-panel.html.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pinaxcon/templates/403_csrf.html | 1 - pinaxcon/templates/404.html | 3 +-- static/src/pyconau2017/css/app.css | 6 ++++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pinaxcon/templates/403_csrf.html b/pinaxcon/templates/403_csrf.html index 4cd6c661..076bb204 100644 --- a/pinaxcon/templates/403_csrf.html +++ b/pinaxcon/templates/403_csrf.html @@ -11,7 +11,6 @@ {% block body %} {% block content %} - {% include "cms_pages/content_page_header_panel.html" %}

{{ title }} (403)

diff --git a/pinaxcon/templates/404.html b/pinaxcon/templates/404.html index e2c307c6..6a32b141 100644 --- a/pinaxcon/templates/404.html +++ b/pinaxcon/templates/404.html @@ -11,9 +11,8 @@ {% block body %} {% block content %} - {% include "cms_pages/content_page_header_panel.html" %}
-
+

Ooops

The page you're looking for doesn't exist. Sorry!

diff --git a/static/src/pyconau2017/css/app.css b/static/src/pyconau2017/css/app.css index 1ee785ce..13639978 100644 --- a/static/src/pyconau2017/css/app.css +++ b/static/src/pyconau2017/css/app.css @@ -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 */