Use a div instead of alert for version warning

With this change, it is also no longer necessary to display the version in the
navigation bar. The accidently removed doctype is also brought back.
This commit is contained in:
Andreas Hocevar
2016-05-12 16:16:06 +02:00
parent d0e5b1e395
commit 0d2b833e06
4 changed files with 40 additions and 20 deletions

View File

@@ -132,7 +132,6 @@ li {
display: block;
font-size: 0.85em;
}
.navigation h4,
.navigation li.item .title a {
color: #e1e1e1;
}
@@ -417,3 +416,7 @@ footer {
left: 250px;
font-weight: normal;
}
#latest-check {
margin-top: -10px;
margin-bottom: 10px;
}