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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user