Skip to content

Commit

Permalink
doc: remove inline styles
Browse files Browse the repository at this point in the history
Change-Id: I7ca7e9a2d4cf97cf33c60a9a4d0ba5fb0ca6e44c
Reviewed-on: https://go-review.googlesource.com/35098
Reviewed-by: Chris Broadfoot <cbro@golang.org>
  • Loading branch information
rakyll authored and broady committed Jan 10, 2017
1 parent d9a0579 commit b842c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h2 id="testing">Test your installation</h2>
$ <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>
Expand All @@ -267,7 +267,7 @@ <h2 id="testing">Test your installation</h2>
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>
Expand Down

0 comments on commit b842c9a

Please sign in to comment.