diff --git a/core/css/header.css b/core/css/header.css index 369750251c..b25823411f 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 new file mode 100644 index 0000000000..dca833b702 Binary files /dev/null and b/core/img/logo-icon-175px.png differ