turn off max-width on console page
authorGreg Price <price@mit.edu>
Thu, 17 Apr 2008 04:40:23 +0000 (00:40 -0400)
committerGreg Price <price@mit.edu>
Thu, 17 Apr 2008 04:40:23 +0000 (00:40 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=427

code/templates/vnc.tmpl

index a9b8b93..ed2d6e4 100644 (file)
@@ -6,6 +6,7 @@ Console to $machine.name
 #end def
 
 #def body
 #end def
 
 #def body
+<style type='text/css'>body { max-width: none }</style>
 #if not $on
 <p> Your machine appears to be off.</p>
 #else if not $has_vnc
 #if not $on
 <p> Your machine appears to be off.</p>
 #else if not $has_vnc