Commit 17d12d6c authored by Andrew Gerrand's avatar Andrew Gerrand

doc: fix root.html styles

R=r
CC=golang-dev
https://golang.org/cl/7442045
parent f29b0cf9
......@@ -53,11 +53,11 @@ simple, reliable, and efficient software.
<div id="gopher"></div>
<a href="/doc/install" id="start">
<div class="big">Download Go</div>
<div class="desc">
<span class="big">Download Go</span>
<span class="desc">
Binary distributions available for<br>
Linux, Mac OS X, Windows, and more.
</div>
</span>
</a>
</div>
......
......@@ -267,10 +267,12 @@ a#start {
border-radius: 5px;
}
a#start .big {
display: block;
font-weight: bold;
font-size: 20px;
}
a#start .desc {
display: block;
font-size: 14px;
font-weight: normal;
margin-top: 5px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment