Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
LGTM On Dec 12, 2012 8:18 PM, <adg@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: > Hello golang-dev@googlegroups.com, > > I'd like you to review this change to > https://code.google.com/p/go > > > Description: > go/doc: hide "Program exited." message from front page playground output > > Please review this at https://codereview.appspot.**com/6934049/<https://codereview.appspot.com/6934... > > Affected files: > M doc/style.css > > > Index: doc/style.css > ==============================**==============================**======= > --- a/doc/style.css > +++ b/doc/style.css > @@ -354,6 +354,9 @@ > border: 1px solid #375EAB; > margin: 0; > } > +div#learn .output .exit { > + display: none; > +} > > div#blog, > div#video { > > >
*** Submitted as https://code.google.com/p/go/source/detail?r=27b36f9dd377 *** go/doc: hide "Program exited." message from front page playground output R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/6934049