Fix IE8 login logo

Added 175px logo to make it have the same size.
It's only used for IE8.
This commit is contained in:
Vincent Petry 2015-09-29 16:57:14 +02:00
parent 733673b39d
commit e826108b6c
2 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@
opacity: 1;
}
.ie8 #header .logo {
background-image: url(../img/logo-icon-175px.png);
}
#header .logo {
background-image: url(../img/logo-icon.svg);
background-repeat: no-repeat;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB