Update styles.css

This commit is contained in:
Xabi Spacebiker 2018-02-22 11:39:41 +01:00 committed by GitHub
parent de7432934c
commit e07a55b307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 8 deletions

View File

@ -88,14 +88,19 @@ select {
background-color: #242424;
}
/* Fix for Firefox */
.logo {
position: absolute;
float: left;
left: 26px;
top: 30px;
width: 100px;
height: 42px;
div.logo-container
{
position: absolute;
margin-top: -5px;
width: 152px;
height: 100px;
text-align: center;
}
img.logo
{
max-width: 100%;
max-height: 90%;
padding: 10px;
}
/* Version Notification Starts*/