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 | c23f647e841a511562e0f47097d36bd3253db656 (patch) | |
| tree | 9b1702ad2e70733c0e73497e2a57a2a2a0dca4a1 /lib | |
| parent | 7d03d0ec6b00c91988de99c64673a57b6f762fc9 (diff) | |
| download | go-c23f647e841a511562e0f47097d36bd3253db656.tar.xz | |
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
https://golang.org/cl/2229041
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 ebe9b35bbb..2b598dc7a3 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 --> |
