added "Dead Link" 404 error page

This commit is contained in:
2012-01-13 12:35:07 +00:00
parent 09d340e393
commit ce3ebf70cb
3 changed files with 22 additions and 0 deletions

View File

@@ -644,6 +644,20 @@ blockquote {
/* @end */
/* @group #error-* */
#error-404 {
background: url("../images/404-dead-link.png") center center no-repeat;
position: absolute;
top: 50%;
left: 50%;
margin: -137px 0px 0px -150px;
height: 274px;
width: 300px;
}
/* @end */
/* @group #about */
#about {