summaryrefslogtreecommitdiffstats
path: root/install/html
diff options
context:
space:
mode:
Diffstat (limited to 'install/html')
-rw-r--r--install/html/Makefile.am1
-rw-r--r--install/html/ipa_error.css32
2 files changed, 0 insertions, 33 deletions
diff --git a/install/html/Makefile.am b/install/html/Makefile.am
index 0377ce755..c487f9f4e 100644
--- a/install/html/Makefile.am
+++ b/install/html/Makefile.am
@@ -7,7 +7,6 @@ app_DATA = \
ssbrowser.html \
browserconfig.html \
unauthorized.html \
- ipa_error.css \
$(NULL)
EXTRA_DIST = \
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 <pzuna@redhat.com>
- * Adam Young <ayoung@redhat.com>
- * Endi Sukma Dewata <edewata@redhat.com>
- * Kyle Baker <kybaker@redhat.com>
- *
- * 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%;
-}
-