Remove remaining special cases for IE8

This commit is contained in:
Johannes Meyer 2019-07-11 11:13:05 +02:00
parent ced4f505d6
commit 91e4baa221
2 changed files with 0 additions and 11 deletions

View File

@ -46,7 +46,6 @@ $special = array(
'css/icinga.css',
'css/icinga.min.css',
'js/icinga.dev.js',
'js/icinga.ie8.js',
'js/icinga.min.js'
);

View File

@ -88,16 +88,6 @@
}
}
.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;