diff options
author | Anika Henke <anika@selfthinker.org> | 2015-07-25 22:32:15 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-07-25 22:32:15 +0100 |
commit | 17a19868b701d17ba03918eb7f8a2eacc603a84f (patch) | |
tree | 5cd6c681121ab41be0bcdf6dd8d4ae5ae094b455 /lib/plugins/acl | |
parent | 6cb9974651aef2a41b48fcb922cc6baa18a0660f (diff) | |
download | rpg-17a19868b701d17ba03918eb7f8a2eacc603a84f.tar.gz rpg-17a19868b701d17ba03918eb7f8a2eacc603a84f.tar.bz2 |
remove IE7 support
Diffstat (limited to 'lib/plugins/acl')
-rw-r--r-- | lib/plugins/acl/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/plugins/acl/style.css b/lib/plugins/acl/style.css index a53a03450..4233cd30b 100644 --- a/lib/plugins/acl/style.css +++ b/lib/plugins/acl/style.css @@ -81,7 +81,6 @@ [dir=rtl] #acl_manager .aclgroup { background: transparent url(pix/group.png) right 1px no-repeat; padding: 1px 18px 1px 0px; - display: inline-block; /* needed for IE7 */ } #acl_manager .acluser { @@ -91,7 +90,6 @@ [dir=rtl] #acl_manager .acluser { background: transparent url(pix/user.png) right 1px no-repeat; padding: 1px 18px 1px 0px; - display: inline-block; /* needed for IE7 */ } #acl_manager .aclpage { @@ -101,7 +99,6 @@ [dir=rtl] #acl_manager .aclpage { background: transparent url(pix/page.png) right 1px no-repeat; padding: 1px 18px 1px 0px; - display: inline-block; /* needed for IE7 */ } #acl_manager .aclns { @@ -111,7 +108,6 @@ [dir=rtl] #acl_manager .aclns { background: transparent url(pix/ns.png) right 1px no-repeat; padding: 1px 18px 1px 0px; - display: inline-block; /* needed for IE7 */ } #acl_manager label.disabled { |