From f9d34b89e8205ffd10d66bc44efe49f6898d5288 Mon Sep 17 00:00:00 2001
From: Christian Oliff <christianoliff@yahoo.com>
Date: Wed, 30 Oct 2019 16:18:56 +0900
Subject: [PATCH] Remove unnedeed IE8 CSS

IE8 is not supported at all by Microsoft, has a tiny marketshare and doesn't work with Nextcloud anyway (as Nextcloud uses jQuery 2.x which doesn't work with IE8)
---
 apps/user_ldap/templates/renewpassword.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/user_ldap/templates/renewpassword.php b/apps/user_ldap/templates/renewpassword.php
index 2b2d9ccb8f0..e07f2a21077 100644
--- a/apps/user_ldap/templates/renewpassword.php
+++ b/apps/user_ldap/templates/renewpassword.php
@@ -6,7 +6,6 @@ script('user_ldap', [
 style('user_ldap', 'renewPassword');
 ?>
 
-<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]-->
 <form method="post" name="renewpassword" id="renewpassword" action="<?php p(\OC::$server->getURLGenerator()->linkToRoute('user_ldap.renewPassword.tryRenewPassword')); ?>">
 	<fieldset>
 		<div class="warning title">
-- 
GitLab