diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-26 00:12:11 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-26 00:12:11 +0100 |
commit | 2348f23029929d6ec49ebfed50ad64f0958a2d8a (patch) | |
tree | d94209fe87a9be9ef44d1a663195a9b7cf9fa62e /src/main/webapp | |
parent | 821391e0bb161eef6f0c2342152914b01e6e0391 (diff) |
simplify layout
Diffstat (limited to 'src/main/webapp')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 8dab75a..658e8c0 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -63,7 +63,7 @@ <p class="text">The service you are trying to use require that you identify yourself. Please select your identity provider below...</p> <logic:present name="cookieList" scope="request"> <h2>Recently Used</h2> - <ul class="sitelist" style="margin-bottom: 50px;"> + <ul class="sitelist"> <logic:iterate id="site" name="cookieList"> <logic:present name="entityID" scope="request"> <bean:define id="returnIDParam" name="returnIDParam"/> |