diff options
Diffstat (limited to 'src/demo.sml')
-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"); |