1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:54:39 -07:00

godoc: adjust line height in pre blocks

R=gri, dsymonds
CC=golang-dev
https://golang.org/cl/5687071
This commit is contained in:
Andrew Gerrand 2012-02-22 12:45:01 +11:00
parent 9c8923f7dc
commit 43cfbb0fb5

View File

@ -7,6 +7,9 @@ pre, code {
font-family: Menlo, monospace; font-family: Menlo, monospace;
font-size: 14px; font-size: 14px;
} }
pre {
line-height: 18px;
}
pre .comment { pre .comment {
color: #375EAB; color: #375EAB;
} }