Add 404 Page

This commit is contained in:
badsuricate
2013-10-24 15:31:12 +02:00
parent b9e5b4d9c7
commit e0a927daf1
2 changed files with 55 additions and 0 deletions

View File

@@ -3,6 +3,19 @@
// Main Title
.page-header { margin-top: 0; }
// 404 Page
.page_404{
color: @brand-primary;
font-size: 9em; font-weight: bold;
text-align: center;
span{
color : #CCC;
display: block;
font-size: 15px; font-weight: normal;
}
}
// Collapse
.no-js .collapse { display: block!important; }