summaryrefslogtreecommitdiff
path: root/src/demo.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-05-03 12:01:55 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-05-03 12:01:55 -0400
commitebbae2ae752fe3b0774207920c7510853ffcbdcf (patch)
tree49c6b55d21a08b6b675a910fbc69fffbc82b78a4 /src/demo.sml
parent9d959303231d6790e9ffbc631e775abbeaee4584 (diff)
constraints demo
Diffstat (limited to 'src/demo.sml')
-rw-r--r--src/demo.sml2
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");