From a4c9688711977376f9d8ad7bf94a1e92d964cd7b Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 18 May 2015 15:56:26 +0200 Subject: [PATCH] fix theme in IE8 and IE9 --- core/css/fixes.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/css/fixes.css b/core/css/fixes.css index b274454329a..894d9bc14a5 100644 --- a/core/css/fixes.css +++ b/core/css/fixes.css @@ -64,11 +64,6 @@ select { visibility: hidden; } -/* fix installation screen rendering issue for IE8+9 */ -.lte9 #body-login { - height: auto !important; -} - /* oc-dialog only uses box shadow which is not supported by ie8 */ .ie8 .oc-dialog { border: 1px solid #888888;