changed 404

This commit is contained in:
Devin Smith 2014-11-20 18:21:15 -08:00
parent 60b7c62a36
commit 455593bcc8
3 changed files with 7 additions and 10 deletions

View File

@ -1,4 +1,3 @@
<div class="top-pad"></div> <div class="top-pad"></div>
<p class="home-text"><i class="fa fa-dashboard home-icon"></i></p>
<div class="image-not-found"></div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -3283,14 +3283,12 @@ input[type="checkbox"].switch + div:before {
border-left: none !important; border-left: none !important;
} }
.image-not-found { .fa.home-icon {
background: url(../images/404.png) center center no-repeat; font-size: 13em;
background-size: 100%;
width: 200px;
height: 200px;
margin: 0 auto;
} }
body.page-404 { .home-text {
background: black; display: block;
text-align: center;
padding-top: 9em;
} }