The CSS interferes with the height=100% on the VNC applet. (Also, I
[invirt/packages/invirt-web.git] / templates / static / layout.css
index b13b675..e5cc071 100644 (file)
@@ -1,12 +1,3 @@
-html {
-    background: #529;
-    padding: .75em;
-}
-body {
-    position: relative;
-    max-width: 66em;
-    margin: 0 auto;
-    padding: 1em;
-    border: 1px solid black;
-    background: #fff;
+html,body {
+       height: 100%;
 }