diff --git a/bl-themes/log/assets/css/ie8.css b/bl-themes/log/assets/css/ie8.css index b56a6722..8fcf3b7b 100644 --- a/bl-themes/log/assets/css/ie8.css +++ b/bl-themes/log/assets/css/ie8.css @@ -69,4 +69,13 @@ #menu > * { border-top: solid 1px #dedede; - } \ No newline at end of file + } + +/* Responsive images */ + + @media \0screen { + img { + width: auto; /* for ie 8 */ + } + } +