summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-03-13 10:17:10 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-13 10:17:10 +1100
commit2b8bc93f323bd5e161f70cc2a730dcd206b38a00 (patch)
tree06607c3ff779c992e076c365f2d2647098369fe5 /lib
parentd46438c3dadc5ce4903a2a2244b5bde84e4357cc (diff)
downloadgo-git-2b8bc93f323bd5e161f70cc2a730dcd206b38a00.tar.gz
godoc: use elastic layout for most pages
We use the absence of a Title to detect the front page. I can't find other pages without titles, so this seems reasonable. R=golang-dev, bradfitz, gri CC=golang-dev https://golang.org/cl/5797076
Diffstat (limited to 'lib')
-rw-r--r--lib/godoc/godoc.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/godoc/godoc.html b/lib/godoc/godoc.html
index 62deed745b..7efed83b92 100644
--- a/lib/godoc/godoc.html
+++ b/lib/godoc/godoc.html
@@ -15,10 +15,9 @@
</head>
<body>
-<div id="topbar"><div class="container">
+<div id="topbar"><div class="container{{if .Title}} wide{{end}}">
<form method="GET" action="/search">
-<div id="heading"><a href="/">The Go Programming Language</a></div>
<div id="menu">
<a href="/doc/">Documents</a>
<a href="/ref/">References</a>
@@ -27,13 +26,12 @@
<a href="/help/">Help</a>
<input type="text" id="search" name="q" class="inactive" value="Search">
</div>
+<div id="heading"><a href="/">The Go Programming Language</a></div>
</form>
</div></div>
-<div id="page">
-
-<div id="content">
+<div id="page"{{if .Title}} class="wide"{{end}}>
{{with .Title}}
<div id="plusone"><g:plusone size="small" annotation="none"></g:plusone></div>
@@ -52,8 +50,6 @@
</div>
-</div>
-
<div id="copyright">
Build version {{html .Version}}.
Except as noted, this content is licensed under a