diff options
author | Andrew Gerrand <adg@golang.org> | 2010-09-22 10:43:01 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2010-09-22 10:43:01 +1000 |
commit | e5f0f2f03b37aad06ad8ef7cc92dea79644a8616 (patch) | |
tree | 487b6e949da92e13ee100d4e378298ffc7a6c2c5 /lib | |
parent | 8ff0193d5d218685bca14b97a60d2ee5204f20bb (diff) | |
download | go-e5f0f2f03b37aad06ad8ef7cc92dea79644a8616.tar.gz |
doc: variable-width layout
The front page remains fixed-width.
All other pages should look good in windows >=500px wide.
Includes additional styles for search result highlighting,
code comments, and general CSS clean-ups.
Tested with Chrome 6, Firefox 3.6, IE 7, and IE 8.
R=gri, r
CC=golang-dev
http://codereview.appspot.com/2229041
Committer: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/godoc/godoc.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/godoc/godoc.html b/lib/godoc/godoc.html index ebe9b35bb..2b598dc7a 100644 --- a/lib/godoc/godoc.html +++ b/lib/godoc/godoc.html @@ -12,7 +12,7 @@ <body> <div id="container"> <div id="topnav"> - <h1 id="branding-logo"><a href="/"><span>The Go Programming Language</span></a></h1> + <h1 id="title">The Go Programming Language</h1> <div id="nav-main"> <ul> <li><a href="/">Home</a></li><li><a href="/doc/install.html">Getting Started</a></li><li><a href="/doc/docs.html">Documentation</a></li><li><a href="/doc/contrib.html">Contributing</a></li><li><a href="/doc/community.html">Community</a></li> @@ -33,6 +33,7 @@ </form> </div> </div> + <a id="logo-box" href="/"></a> </div> <div id="content"> <!-- Menu is HTML-escaped elsewhere --> |