go/doc: hide "Program exited." message from front page playground output

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6934049
This commit is contained in:
Andrew Gerrand 2012-12-13 15:35:38 +11:00
parent c8ce844d5a
commit 641d152935

View file

@ -354,6 +354,9 @@ div#learn .toys select {
border: 1px solid #375EAB;
margin: 0;
}
div#learn .output .exit {
display: none;
}
div#blog,
div#video {