mirror of
https://github.com/golang/go
synced 2024-11-24 09:10:24 -07:00
doc: remove left and right padding in H2 headings.
R=adg, rsc1, rsc CC=golang-dev https://golang.org/cl/4491041
This commit is contained in:
parent
0629354bd3
commit
be99859dbe
@ -140,7 +140,7 @@ h1#title {
|
||||
}
|
||||
#content h2 {
|
||||
border-top: 2px solid #ddd;
|
||||
padding: 8px 5px;
|
||||
padding: 8px 0;
|
||||
margin: 1.5em 0 0;
|
||||
}
|
||||
#content .subtitle {
|
||||
|
Loading…
Reference in New Issue
Block a user