diff options
author | Adam Young <ayoung@redhat.com> | 2010-11-15 13:51:59 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-11-15 13:54:33 -0500 |
commit | 9ea16ebce518c57774a99169da23bdbe82426f76 (patch) | |
tree | c55a07954bb939353fa319f87efbfe66412c3e02 | |
parent | 9c502641b5f7bf613eb9dbd4be21fbaf92312267 (diff) | |
download | freeipa-9ea16ebce518c57774a99169da23bdbe82426f76.tar.gz freeipa-9ea16ebce518c57774a99169da23bdbe82426f76.tar.xz freeipa-9ea16ebce518c57774a99169da23bdbe82426f76.zip |
entity container size
No longer wastes %20 of the the page in the entity container.
-rw-r--r-- | install/static/ipa.css | 1 |
1 files changed, 0 insertions, 1 deletions
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; |