From 77ae4da70632e17b6be09e9ad71fc353b3bad96e Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 19 Jun 2013 09:48:29 +0200 Subject: Remove entitlement support Entitlements code was not tested nor supported upstream since version 3.0. Remove the associated code. https://fedorahosted.org/freeipa/ticket/3739 --- install/ui/ipa.css | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'install/ui/ipa.css') diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 5c141bc13..8ef0a5096 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -179,21 +179,6 @@ body { margin: -4px 0 0 1px; } -.register-icon { - background: url(images/entitle-register.png); - margin: -4px 0 0 1px; -} - -.import-icon { - background: url(images/entitle-import.png); - margin: -4px 0 0 1px; -} - -.consume-icon { - background: url(images/entitle-consume.png); - margin: -4px 0 0 1px; -} - .ipa-icon { font-size: 0.7em; padding-right: 0.3em; -- cgit