* fixed 404 page

This commit is contained in:
Vincent Ambo 2012-03-18 23:47:13 +01:00
parent b7e34eba74
commit 515660fa7d
5 changed files with 27 additions and 3 deletions

View file

@ -118,6 +118,16 @@ body {
padding-left: 20px
}
.notFoundFace {
text-align: center;
font-size: 100px;
}
.notFoundText {
text-align: center;
font-size: 24px;
font-weight: bold;
}
label span {
width: 6%;