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:
		
							parent
							
								
									a56ea57178
								
							
						
					
					
						commit
						a00fc7845e
					
				
					 3 changed files with 7 additions and 3 deletions
				
			
		|  | @ -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> | ||||
|  |  | |||
|  | @ -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> | ||||
|  |  | |||
|  | @ -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 */ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Nick Seidenman (N6)
						Nick Seidenman (N6)