Changeset - a00fc7845e3c
[Not reviewed]
0 3 0
Nick Seidenman (N6) - 7 years ago 2017-02-04 22:45:12
n6151h@gmail.com
Added some css to make text visible on 404 and 404 pages.
Removed references to non-existent content—page-header-panel.html.
3 files changed with 7 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/403_csrf.html
Show inline comments
...
 
@@ -11,7 +11,6 @@
 

	
 
{% block body %}
 
  {% block content %}
 
    {% include "cms_pages/content_page_header_panel.html" %}
 
    <div class="l-content-page">
 
      <div class="l-content-page--richtext">
 
        <h2>{{ title }} <span>(403)</span></h2>
pinaxcon/templates/404.html
Show inline comments
...
 
@@ -11,9 +11,8 @@
 

	
 
{% block body %}
 
  {% block content %}
 
    {% include "cms_pages/content_page_header_panel.html" %}
 
    <div class="l-content-page">
 
      <div class="l-content-page--richtext">
 
      <div class="l-content-page--richtext ooops-hack">
 
        <h2>Ooops</h2>
 

	
 
        <p>The page you're looking for doesn't exist. Sorry!</p>
static/src/pyconau2017/css/app.css
Show inline comments
...
 
@@ -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 */
0 comments (0 inline, 0 general)