diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-07-26 09:42:03 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-07-26 09:42:03 +0200 |
commit | e7aa4a376b81e5ae9ee069215afc1bf42cbbf982 (patch) | |
tree | 82fd4c1c7367770880c5b4146e1aae6fb568f60a /lib/plugins/acl | |
parent | e6d1d75b8d6d7967409d90f2f5a598d66fbcdfee (diff) | |
parent | 17a19868b701d17ba03918eb7f8a2eacc603a84f (diff) | |
download | rpg-e7aa4a376b81e5ae9ee069215afc1bf42cbbf982.tar.gz rpg-e7aa4a376b81e5ae9ee069215afc1bf42cbbf982.tar.bz2 |
Merge pull request #1253 from splitbrain/end-ie7-support
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 { |