diff options
author | Christian Oliff <christianoliff@yahoo.com> | 2019-10-30 16:18:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 16:18:56 +0900 |
commit | f9d34b89e8205ffd10d66bc44efe49f6898d5288 (patch) | |
tree | 76b2f87ae2ba18c6e13ff6d28826bb942cd4a823 /apps | |
parent | 380563fd53a2f03d772614388a9f345579ba7ca3 (diff) | |
download | nextcloud-server-f9d34b89e8205ffd10d66bc44efe49f6898d5288.tar.gz nextcloud-server-f9d34b89e8205ffd10d66bc44efe49f6898d5288.zip |
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)
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/templates/renewpassword.php | 1 |
1 files changed, 0 insertions, 1 deletions
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"> |