Giving image representation a top and left border

plus some other minor visual cleanups to web game.
This commit is contained in:
Dan Buch
2012-12-19 00:23:22 -05:00
parent 45c45bb838
commit 142c802a70
4 changed files with 46 additions and 24 deletions

View File

@@ -3,4 +3,6 @@ set -e
cd web_assets
go build -x .
./web_assets index.html | gofmt > ../web_assets.go
./web_assets index.html > _tmp.go
gofmt < _tmp.go > ../web_assets.go
rm -vf _tmp.go