Create 404 template

Solve  for links
This commit is contained in:
Dimtion 2016-01-20 10:57:07 +01:00
parent 25d88c90aa
commit f4c84ad7fc
3 changed files with 45 additions and 6 deletions

View file

@ -1101,4 +1101,17 @@ div.dailyNoEntry {
ul.errors {
color: red;
float: left;
}
}
/* 404 page */
.error-container {
margin: 50px;
margin-top: 20px;
}
.error-container h1 {
text-decoration: none;
font-style: normal;
color: #80AD48;
}