diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-05-03 12:01:55 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-05-03 12:01:55 -0400 |
commit | 9638ff0c1f7b2254186a089a0e883a6b9f04f2bd (patch) | |
tree | 49c6b55d21a08b6b675a910fbc69fffbc82b78a4 /src | |
parent | 2ba19da96841516c4eb353a61221c0a2c56721f4 (diff) |
constraints demo
Diffstat (limited to 'src')
-rw-r--r-- | src/demo.sml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demo.sml b/src/demo.sml index dc4715d7..55ff5bb8 100644 --- a/src/demo.sml +++ b/src/demo.sml @@ -44,7 +44,7 @@ fun make {prefix, dirname, guided} = file = "index.html"} val out = TextIO.openOut fname - val () = (TextIO.output (out, "<frameset cols=\"10%,90%\">\n"); + val () = (TextIO.output (out, "<frameset cols=\"15%,85%\">\n"); TextIO.output (out, "<frame src=\"demos.html\">\n"); TextIO.output (out, "<frame src=\"intro.html\" name=\"staging\">\n"); TextIO.output (out, "</frameset>\n"); |