diff options
-rw-r--r-- | src/main/webapp/css/sunet.css | 1 | ||||
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/main/webapp/css/sunet.css b/src/main/webapp/css/sunet.css index 5c34baa..19860d6 100644 --- a/src/main/webapp/css/sunet.css +++ b/src/main/webapp/css/sunet.css @@ -8,6 +8,7 @@ html, body { height: 100%; background: url(../images/header.jpg) center top repeat-x; width: 100%; + min-width: 600px; } .wrapper { min-height: 100%; diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index e5d1b18..9c644df 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="ilist"> + <ul class="clist"> <li style="vertical-align: top;"> <div id="nav"> <ul class="site_tree"> |