]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix root.html styles
authorAndrew Gerrand <adg@golang.org>
Fri, 1 Mar 2013 00:22:13 +0000 (11:22 +1100)
committerAndrew Gerrand <adg@golang.org>
Fri, 1 Mar 2013 00:22:13 +0000 (11:22 +1100)
R=r
CC=golang-dev
https://golang.org/cl/7442045

doc/root.html
doc/style.css

index cc2bfd1ba96be12f30bbd04373a0033c47efd4cd..34915c025d989725e1dabe0c18331ac0e03a66b9 100644 (file)
@@ -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>
index f4fcf3eae85dd67b2c0812b4e4bf114de4703822..3d881b03a7c258a36384614d7ac74660b5d1efb8 100644 (file)
@@ -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;