doc: fix root.html styles

R=r
CC=golang-dev
https://golang.org/cl/7442045
This commit is contained in:
Andrew Gerrand 2013-03-01 11:22:13 +11:00
parent f29b0cf955
commit 17d12d6cb6
2 changed files with 5 additions and 3 deletions

View File

@ -53,11 +53,11 @@ simple, reliable, and efficient software.
<div id="gopher"></div> <div id="gopher"></div>
<a href="/doc/install" id="start"> <a href="/doc/install" id="start">
<div class="big">Download Go</div> <span class="big">Download Go</span>
<div class="desc"> <span class="desc">
Binary distributions available for<br> Binary distributions available for<br>
Linux, Mac OS X, Windows, and more. Linux, Mac OS X, Windows, and more.
</div> </span>
</a> </a>
</div> </div>

View File

@ -267,10 +267,12 @@ a#start {
border-radius: 5px; border-radius: 5px;
} }
a#start .big { a#start .big {
display: block;
font-weight: bold; font-weight: bold;
font-size: 20px; font-size: 20px;
} }
a#start .desc { a#start .desc {
display: block;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
margin-top: 5px; margin-top: 5px;