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:
Dmitry Chestnykh 2011-05-06 16:11:07 -04:00 committed by Russ Cox
parent 0629354bd3
commit be99859dbe

View file

@ -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 {