diff options
-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"/> |