Javascriptin tarkastus, virheviestejen tyylittelyä ja vaihtoehtoinen tapa näyttää pohjakuvien thumbnailit

This commit is contained in:
2013-12-10 14:19:10 +02:00
parent 2b42d2ac29
commit 58bc3947f5
4 changed files with 66 additions and 9 deletions

View File

@@ -12,6 +12,24 @@ body {
font-weight: 300;
}
html.no-js .requires-js,
html.js .noscript {
display: none;
}
html.no-js .noscript {
display: block;
}
.alert {
text-align: center;
}
.alert a {
color: #fff;
border-bottom: 1px dashed #fff;
}
body footer {
padding-top: 30px;
}