diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-26 00:04:50 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-26 00:04:50 +0100 |
commit | c33df4984c9cb8abea8cad84d288ebc4baf1e1c4 (patch) | |
tree | c162a26cf4412a872159d047fbd24b52e4b1c4e6 /src/main | |
parent | 4cdfa883dc48d2d24b8ed78a155bbc140ed07a25 (diff) |
tabbed layout
Diffstat (limited to 'src/main')
-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 9c644df..b71859a 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -43,7 +43,7 @@ </table> </div> <div id="container"> - <ul class="clist"> + <ul class="ilist"> <li style="vertical-align: top;"> <div id="nav"> <ul class="site_tree"> @@ -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 below...</p> - <ul class="ilist"> + <ul class="clist"> <logic:present name="cookieList" scope="request"> <li style="veritcal-align: top;"> <h2>Recently Used</h2> |