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/webapp/css | |
parent | 71227b3bd08a57f9ae9acd733d554019ab2412ab (diff) |
tabbed layout
Diffstat (limited to 'src/main/webapp/css')
-rw-r--r-- | src/main/webapp/css/sunet.css | 1 |
1 files changed, 1 insertions, 0 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%; |