From 7e196d08227edaa1c3b80dfdedbe5e4f0cbf211e Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 11 Oct 2012 09:18:23 +1100 Subject: [PATCH] godoc: fix site for large displays R=golang-dev, skybrian CC=golang-dev https://golang.org/cl/6643062 --- doc/style.css | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.48.1