diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-26 00:02:55 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-26 00:02:55 +0100 |
commit | 4cdfa883dc48d2d24b8ed78a155bbc140ed07a25 (patch) | |
tree | e6e0111261fd049de9be60e1eb3da4a5e46f0ac8 /src/main | |
parent | 71227b3bd08a57f9ae9acd733d554019ab2412ab (diff) |
tabbed layout
Diffstat (limited to 'src/main')
-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"> |