]> Cypherpunks repositories - gostls13.git/commitdiff
go/doc: hide "Program exited." message from front page playground output
authorAndrew Gerrand <adg@golang.org>
Thu, 13 Dec 2012 04:35:38 +0000 (15:35 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 13 Dec 2012 04:35:38 +0000 (15:35 +1100)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6934049

doc/style.css

index a93aa2827cfc5cbf579666aaf0beb996b946e840..f4fcf3eae85dd67b2c0812b4e4bf114de4703822 100644 (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 {