mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
godoc: fix site for large displays
R=golang-dev, skybrian CC=golang-dev https://golang.org/cl/6643062
This commit is contained in:
parent
dda1b560ec
commit
7e196d0822
1 changed files with 3 additions and 0 deletions
|
|
@ -136,6 +136,9 @@ div#topbar {
|
|||
body {
|
||||
text-align: center;
|
||||
}
|
||||
div#page {
|
||||
width: 100%;
|
||||
}
|
||||
div#page > .container,
|
||||
div#topbar > .container {
|
||||
text-align: left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue