diff options
author | Leif Johansson <leifj@sunet.se> | 2011-07-26 04:15:48 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-07-26 04:15:48 +0200 |
commit | 7915f5d0c428ed976437e360539e624f8d874105 (patch) | |
tree | 143c80636eaec46222ce40684ee635fa92690de5 /src/main/webapp/wayf-ndn.jsp | |
parent | 176cdca4a74d1b91217c9c6f1f5884e348ef3cea (diff) |
style polish
Diffstat (limited to 'src/main/webapp/wayf-ndn.jsp')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 6f101a4..02a3620 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -165,7 +165,8 @@ $(function() { </table> </div> <div id="container"> - <div id="left"> + <ul class="ilist"> + <li> <div id="nav"> <ul class="site_tree"> <li class="level1"><strong class="level1">About</strong> @@ -183,9 +184,8 @@ $(function() { </ul> <div id="nav_pic"><img src="http://www.nordu.net/resources/pipes.jpg" width="200px" height="395" alt="" /></div> </div> - </div> - <div id="right"> - + </li> + <li> <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="siteLists" scope="request"> @@ -276,7 +276,8 @@ $(function() { </logic:iterate> </div> </logic:present> - </div> + </li> + </ul> </div> <div id="footer"> <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p> |