godoc: fix site for large displays

R=golang-dev, skybrian
CC=golang-dev
https://golang.org/cl/6643062
This commit is contained in:
Andrew Gerrand 2012-10-11 09:18:23 +11:00
parent dda1b560ec
commit 7e196d0822

View File

@ -136,6 +136,9 @@ div#topbar {
body {
text-align: center;
}
div#page {
width: 100%;
}
div#page > .container,
div#topbar > .container {
text-align: left;