minor spacing fixes

This commit is contained in:
Danny Yoo 2011-07-23 00:38:06 -04:00
parent 42cb4dc711
commit 57466a81ac
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,4 @@
#!/bin/sh
all:
../whalesong build talk.rkt
../whalesong get-javascript --verbose fact.rkt > fact.js
../whalesong get-runtime --verbose > runtime.js

View File

@ -15,6 +15,7 @@
(above
(text "Whalesong:" 100 "black")
(text "a Racket to JavaScript Compiler" 80 "black")
(square 20 "solid" "white")
(scale 2 (image-url "file:///home/dyoo/work/whalesong/racketcon/plt-logo.png"))
(square 20 "solid" "white")
(text "Danny Yoo (dyoo@hashcollision.org)" 50 "darkblue"))