godoc: style update.

R=r, rsc
CC=go-dev
http://go/go-review/1017051
This commit is contained in:
Adam Langley 2009-11-05 12:18:54 -08:00
parent bd4f94057f
commit 51c1bd229b
5 changed files with 24 additions and 10 deletions

BIN
doc/go-logo-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@ -25,7 +25,16 @@
</ol>
<h1>Watch and Learn</h1>
<p>(No video yet.)</p>
<table>
<tr>
<td>
<a href="http://www.youtube.com/FIXME"><img src="/doc/video-snap.jpg"></a>
</td>
<td>
Programming with Go. <a href="http://www.youtube.com/FIXME">Watch now</a>.
</td>
</tr>
</table>
</div>
<div id="frontpage">
@ -33,7 +42,7 @@
<table style="padding-top: 1em; padding-bottom: 2em;">
<tr>
<td>
<img style="padding-right: 1em;" src="/doc/go-logo-blue.png">
<img style="padding-right: 1em;" src="/doc/go-logo-black.png">
</td>
<td>
<div><span style="font-size: 2em; font-weight: bold;">an experimental programming language.</span><br><span style="font-size: 1.5em;">Imperative, concurrent, garbage-collected.</span></div>

View File

@ -88,14 +88,12 @@ div#content {
padding: 0 1em 2em 1em;
margin-top: -2px;
border-left: 2px solid #e5ecf9;
border-right: 2px solid #e5ecf9;
border-bottom: 2px solid #e5ecf9;
}
#topnav {
}
#headerDocSetTitle {
margin: 0px;
padding-left: 0.2em;
padding-top: 0.2em;
width: 100%;
white-space: nowrap;
@ -237,16 +235,22 @@ a.use {
padding-left: 1em;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
padding-bottom: 0.75em;
}
#gettingStarted h1 {
padding-top: 0.3em;
margin-bottom: 0.2em;
font-size: 1.5em;
}
#gettingStarted ol {
}
#gettingStarted a img {
border: 1px solid blue;
}
#frontpage {
width: 70%;
}

BIN
doc/video-snap.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -40,11 +40,14 @@
<td id="headerImage">
<a href="/"><img src="/doc/logo-153x55.png" height="55" width="153" alt="Go Home Page" style="border:0" /></a>
</td>
<td>
<div id="headerDocSetTitle">The Go Programming Language</div>
</td>
<td>
<!-- <table>
<tr>
<td>
<!-- The input box is outside of the form because we want to add
<! The input box is outside of the form because we want to add
a couple of restricts to the query before submitting. If we just
add the restricts to the text box before submitting, then they
appear in the box when the user presses 'back'. Thus we use a
@ -70,8 +73,6 @@
</table>
</div>
<div id="headerDocSetTitle">The Go Programming Language</div>
<div id="linkList">
<ul>
<li class="navhead"><a href="/" class="noline">Home</a></li>
@ -99,7 +100,7 @@
<li class="blank">&nbsp;</li>
<li class="navhead">Go code search</li>
<form method="GET" action="/search" class="search">
<input name="q" value="{Query|html}" size="25" />
<input type="search" name="q" value="{Query|html}" size="25" />
<input type="submit" value="Go" />
<li class="blank">&nbsp;</li>