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:
parent
733673b39d
commit
e826108b6c
|
@ -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 |
Loading…
Reference in New Issue