From 9ea16ebce518c57774a99169da23bdbe82426f76 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 15 Nov 2010 13:51:59 -0500 Subject: [PATCH] entity container size No longer wastes %20 of the the page in the entity container. --- install/static/ipa.css | 1 - 1 file changed, 1 deletion(-) diff --git a/install/static/ipa.css b/install/static/ipa.css index 2edbc7118..4bb29d2af 100644 --- a/install/static/ipa.css +++ b/install/static/ipa.css @@ -278,7 +278,6 @@ span.main-separator{ .entity-container{ position: relative; - width: 80%; margin: 10px; padding: 10px; background: #e8e8e8;