diff --git a/public/css/icinga/layout.less b/public/css/icinga/layout.less index 490be38eb..2df3fe433 100644 --- a/public/css/icinga/layout.less +++ b/public/css/icinga/layout.less @@ -44,7 +44,6 @@ } #header-logo { - background-image: url('../img/icinga-logo.png'); background-image: url('../img/icinga-logo.svg'); background-position: left center; background-repeat: no-repeat; @@ -54,7 +53,6 @@ } #icinga-logo { - background-image: url('../img/icinga-logo-big.png'); background-image: url('../img/icinga-logo-big.svg'); background-position: center bottom; background-repeat: no-repeat; @@ -64,6 +62,16 @@ width: 100%; } +.ie8 { + #header-logo { + background-image: url('../img/icinga-logo.png'); + } + + #icinga-logo { + background-image: url('../img/icinga-logo-big.png'); + } +} + #layout { background-color: @body-bg-color; color: @text-color;