diff options
-rw-r--r-- | core/css/header.css | 4 | ||||
-rw-r--r-- | core/img/logo-icon-175px.png | bin | 0 -> 3821 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/css/header.css b/core/css/header.css index 369750251c4..b25823411f0 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -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; diff --git a/core/img/logo-icon-175px.png b/core/img/logo-icon-175px.png Binary files differnew file mode 100644 index 00000000000..dca833b7026 --- /dev/null +++ b/core/img/logo-icon-175px.png |