diff options
author | Leif Johansson <leifj@sunet.se> | 2011-12-03 13:37:16 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-12-03 13:37:16 +0100 |
commit | c87b57945e41deff3efd90c12bd7f22dccdce35a (patch) | |
tree | 578b524517172f308e283c6d8c36593d0a9d8269 | |
parent | 5b2aeed3a96b7871969834afbfbb40c9b57b5078 (diff) |
markup
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index f81f068..2f14af1 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -62,7 +62,7 @@ <h1>Select an identity provider</h1> <p class="text">The service you are trying to use require that you identify yourself. Please select your identity provider from the choices below:</p> <logic:present name="cookieList" scope="request"> - <p class="text">Here are some recently used identity providers for your convenience.</p> + <div><p class="text">Here are some recently used identity providers for your convenience.</p> <ul class="sitelist"> <logic:iterate id="site" name="cookieList"> <logic:present name="entityID" scope="request"> @@ -84,7 +84,7 @@ </a></li> </logic:notPresent> </logic:iterate> - </ul> + </ul></div> <div style="font-size: 75%; float:right; margin-top: 5px;"><logic:notPresent name="entityID" scope="request"> <bean:define id="targ" name="target" /> <bean:define id="shire" name="shire" /> |