Improve the 404 page.

This commit is contained in:
James Brooks
2014-12-31 14:29:20 +00:00
parent 26d51670da
commit 005290ce12
7 changed files with 110 additions and 5 deletions

View File

@@ -4964,3 +4964,19 @@ body.status-page {
text-align: center;
border-top: 1px solid #ecf0f1;
background-color: #fbfcfc; }
body.error-page {
background-color: #f3f3f4; }
body.error-page .middle-box {
height: 400px;
width: 400px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -250px;
margin-left: -200px;
z-index: 100; }
body.error-page .middle-box h1 {
font-size: 9em; }
body.error-page h3.font-bold {
font-weight: 600; }

View File

@@ -4964,3 +4964,19 @@ body.status-page {
text-align: center;
border-top: 1px solid #ecf0f1;
background-color: #fbfcfc; }
body.error-page {
background-color: #f3f3f4; }
body.error-page .middle-box {
height: 400px;
width: 400px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -250px;
margin-left: -200px;
z-index: 100; }
body.error-page .middle-box h1 {
font-size: 9em; }
body.error-page h3.font-bold {
font-weight: 600; }

View File

@@ -1,4 +1,4 @@
{
"css/all.css": "css/all-d71ab75f.css",
"css/all.css": "css/all-16923627.css",
"js/all.js": "js/all-4554a981.js"
}