From b5ebdb604bd2c6edbbd99bbd7f21306cbf367412 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 31 Mar 2014 16:03:44 +0200 Subject: webui: remove remnants of jquery-ui Reviewed-By: Endi Sukma Dewata --- install/html/ipa_error.css | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 install/html/ipa_error.css (limited to 'install/html/ipa_error.css') diff --git a/install/html/ipa_error.css b/install/html/ipa_error.css deleted file mode 100644 index 6cf70d885..000000000 --- a/install/html/ipa_error.css +++ /dev/null @@ -1,32 +0,0 @@ -/* Authors: - * Pavel Zuna - * Adam Young - * Endi Sukma Dewata - * Kyle Baker - * - * Copyright (C) 2010 Red Hat -*/ - -/* ssbrowser */ - -.ssbrowser h2 { - font-family: 'Overpass Bold'; - font-size: 1em; - font-weight: bold; - margin-bottom: 3em; - margin-left: 5em; - margin-top: -3em; -} - - -.ssbrowser h3 { - font-size: 1.1em; - margin-bottom: 1em; -} - -/* Browser configuration */ - -object.browser-config { - width: 100%; -} - -- cgit