From: Andrew Gerrand Date: Wed, 10 Oct 2012 22:18:23 +0000 (+1100) Subject: godoc: fix site for large displays X-Git-Tag: go1.1rc2~2157 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7e196d08227edaa1c3b80dfdedbe5e4f0cbf211e;p=gostls13.git godoc: fix site for large displays R=golang-dev, skybrian CC=golang-dev https://golang.org/cl/6643062 --- diff --git a/doc/style.css b/doc/style.css index b9cb1ba613..f4087a7d81 100644 --- a/doc/style.css +++ b/doc/style.css @@ -136,6 +136,9 @@ div#topbar { body { text-align: center; } +div#page { + width: 100%; +} div#page > .container, div#topbar > .container { text-align: left;