]> Cypherpunks repositories - gostls13.git/commitdiff
doc: remove inline styles
authorJaana Burcu Dogan <jbd@google.com>
Tue, 10 Jan 2017 19:25:14 +0000 (11:25 -0800)
committerChris Broadfoot <cbro@golang.org>
Tue, 10 Jan 2017 22:54:19 +0000 (22:54 +0000)
Change-Id: I7ca7e9a2d4cf97cf33c60a9a4d0ba5fb0ca6e44c
Reviewed-on: https://go-review.googlesource.com/35098
Reviewed-by: Chris Broadfoot <cbro@golang.org>
doc/install.html

index 2143d591cb25462cadfa43d9434c363f45d74ad2..6bff75c5a06ac60649f29be63de7fdca852562bb 100644 (file)
@@ -250,7 +250,7 @@ $ <b>cd $HOME/go/src/hello</b>
 $ <b>go build</b>
 </pre>
 
-<pre class="testWindows" style="display: none">
+<pre class="testWindows">
 C:\&gt; <b>cd %USERPROFILE%\go\src\hello</b>
 C:\Users\Gopher\go\src\hello&gt; <b>go build</b>
 </pre>
@@ -267,7 +267,7 @@ $ <b>./hello</b>
 hello, world
 </pre>
 
-<pre class="testWindows" style="display: none">
+<pre class="testWindows">
 C:\Users\Gopher\go\src\hello&gt; <b>hello</b>
 hello, world
 </pre>