]> Cypherpunks repositories - gostls13.git/commitdiff
godoc: fix site for large displays
authorAndrew Gerrand <adg@golang.org>
Wed, 10 Oct 2012 22:18:23 +0000 (09:18 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 10 Oct 2012 22:18:23 +0000 (09:18 +1100)
R=golang-dev, skybrian
CC=golang-dev
https://golang.org/cl/6643062

doc/style.css

index b9cb1ba6130a280e0c7120d872cf014b1b1e1e0f..f4087a7d8192bd896634a0d95c7bc028d5207209 100644 (file)
@@ -136,6 +136,9 @@ div#topbar {
 body {
        text-align: center;
 }
+div#page {
+       width: 100%;
+}
 div#page > .container,
 div#topbar > .container {
        text-align: left;